AnalysisSourceTemplate

data class AnalysisSourceTemplate(val arn: String, val dataSetReferences: List<AnalysisDataSetReference>)

The source template of an analysis.

Constructors

Link copied to clipboard
constructor(arn: String, dataSetReferences: List<AnalysisDataSetReference>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the source template of an analysis.

Link copied to clipboard

The dataset references of the source template of an analysis.