GetProducerDataSharesResult

data class GetProducerDataSharesResult(val dataShares: List<GetProducerDataSharesDataShare>? = null, val id: String, val producerArn: String, val status: String? = null)

A collection of values returned by getProducerDataShares.

Constructors

Link copied to clipboard
constructor(dataShares: List<GetProducerDataSharesDataShare>? = null, id: String, producerArn: String, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of all data shares in the producer. See data_shares below.

Link copied to clipboard
val id: String

Producer ARN.

Link copied to clipboard

ARN (Amazon Resource Name) of the producer.

Link copied to clipboard
val status: String? = null