Class: Aws::CleanRooms::Types::GetCollaborationAnalysisTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetCollaborationAnalysisTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_template_arn ⇒ String
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
-
#collaboration_identifier ⇒ String
A unique identifier for the collaboration that the analysis templates belong to.
Instance Attribute Details
#analysis_template_arn ⇒ String
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
4515 4516 4517 4518 4519 4520 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4515 class GetCollaborationAnalysisTemplateInput < Struct.new( :collaboration_identifier, :analysis_template_arn) SENSITIVE = [] include Aws::Structure end |
#collaboration_identifier ⇒ String
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
4515 4516 4517 4518 4519 4520 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4515 class GetCollaborationAnalysisTemplateInput < Struct.new( :collaboration_identifier, :analysis_template_arn) SENSITIVE = [] include Aws::Structure end |