AnalysisDataSetIdentifierDeclaration

data class AnalysisDataSetIdentifierDeclaration(val dataSetArn: String, val identifier: String)

Constructors

Link copied to clipboard
constructor(dataSetArn: String, identifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the data set.

Link copied to clipboard

The identifier of the data set, typically the data set's name.