GetDatasetResult

data class GetDatasetResult(val arn: String? = null, val dataFrequency: String? = null, val datasetType: DatasetType? = null, val domain: DatasetDomain? = null, val encryptionConfig: EncryptionConfigProperties? = null, val schema: SchemaProperties? = null, val tags: List<TagsItemProperties>? = null)

Constructors

Link copied to clipboard
fun GetDatasetResult(arn: String? = null, dataFrequency: String? = null, datasetType: DatasetType? = null, domain: DatasetDomain? = null, encryptionConfig: EncryptionConfigProperties? = null, schema: SchemaProperties? = null, tags: List<TagsItemProperties>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val dataFrequency: String? = null

Frequency of data collection. This parameter is required for RELATED_TIME_SERIES

Link copied to clipboard

The dataset type

Link copied to clipboard
val domain: DatasetDomain? = null

The domain associated with the dataset

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard