Class: Aws::CleanRooms::Types::BatchGetCollaborationAnalysisTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BatchGetCollaborationAnalysisTemplateOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_analysis_templates ⇒ Array<Types::CollaborationAnalysisTemplate>
The retrieved list of analysis templates within a collaboration.
-
#errors ⇒ Array<Types::BatchGetCollaborationAnalysisTemplateError>
Error reasons for collaboration analysis templates that could not be retrieved.
Instance Attribute Details
#collaboration_analysis_templates ⇒ Array<Types::CollaborationAnalysisTemplate>
The retrieved list of analysis templates within a collaboration.
989 990 991 992 993 994 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 989 class BatchGetCollaborationAnalysisTemplateOutput < Struct.new( :collaboration_analysis_templates, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::BatchGetCollaborationAnalysisTemplateError>
Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved.
989 990 991 992 993 994 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 989 class BatchGetCollaborationAnalysisTemplateOutput < Struct.new( :collaboration_analysis_templates, :errors) SENSITIVE = [] include Aws::Structure end |