GetDataSharesResult

data class GetDataSharesResult(val dataShares: List<GetDataSharesDataShare>? = null, val id: String)

A collection of values returned by getDataShares.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String

AWS region.