GetDatasetResult

data class GetDatasetResult(val datasetArn: String? = null, val datasetDescription: String? = null, val datasetId: String? = null, val datasetName: String? = null, val datasetSource: DatasetSource? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(datasetArn: String? = null, datasetDescription: String? = null, datasetId: String? = null, datasetName: String? = null, datasetSource: DatasetSource? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datasetArn: String? = null

The ARN of the dataset.

Link copied to clipboard

A description about the dataset, and its functionality.

Link copied to clipboard
val datasetId: String? = null

The ID of the dataset.

Link copied to clipboard
val datasetName: String? = null

The name of the dataset.

Link copied to clipboard

The data source for the dataset.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.