Class: Aws::CleanRooms::Types::ListCollaborationAnalysisTemplatesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListCollaborationAnalysisTemplatesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_analysis_template_summaries ⇒ Array<Types::CollaborationAnalysisTemplateSummary>
The metadata of the analysis template within a collaboration.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#collaboration_analysis_template_summaries ⇒ Array<Types::CollaborationAnalysisTemplateSummary>
The metadata of the analysis template within a collaboration.
5173 5174 5175 5176 5177 5178 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5173 class ListCollaborationAnalysisTemplatesOutput < Struct.new( :next_token, :collaboration_analysis_template_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
5173 5174 5175 5176 5177 5178 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5173 class ListCollaborationAnalysisTemplatesOutput < Struct.new( :next_token, :collaboration_analysis_template_summaries) SENSITIVE = [] include Aws::Structure end |