GetAnalysisTemplateResult

data class GetAnalysisTemplateResult(val analysisTemplateIdentifier: String? = null, val arn: String? = null, val collaborationArn: String? = null, val collaborationIdentifier: String? = null, val description: String? = null, val membershipArn: String? = null, val schema: AnalysisTemplateAnalysisSchema? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(analysisTemplateIdentifier: String? = null, arn: String? = null, collaborationArn: String? = null, collaborationIdentifier: String? = null, description: String? = null, membershipArn: String? = null, schema: AnalysisTemplateAnalysisSchema? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns the identifier for the analysis template. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE2222

Link copied to clipboard
val arn: String? = null

Returns the Amazon Resource Name (ARN) of the analysis template. Example: arn:aws:cleanrooms:us-east-1:111122223333:membership/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111/analysistemplates/a1b2c3d4-5678-90ab-cdef-EXAMPLE2222

Link copied to clipboard

Returns the unique ARN for the analysis template’s associated collaboration. Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE33333

Link copied to clipboard

Returns the unique ID for the associated collaboration of the analysis template. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE33333

Link copied to clipboard
val description: String? = null

The description of the analysis template.

Link copied to clipboard
val membershipArn: String? = null

Returns the Amazon Resource Name (ARN) of the member who created the analysis template. Example: arn:aws:cleanrooms:us-east-1:111122223333:membership/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

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

An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template.