Get Analysis Template Result
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)
Properties
Link copied to clipboard
Returns the identifier for the analysis template. Example: 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
The description of the analysis template.
Link copied to clipboard
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