Class: Aws::CleanRooms::Types::ListAnalysisTemplatesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListAnalysisTemplatesOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_template_summaries ⇒ Array<Types::AnalysisTemplateSummary>
Lists analysis template metadata.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#analysis_template_summaries ⇒ Array<Types::AnalysisTemplateSummary>
Lists analysis template metadata.
5784 5785 5786 5787 5788 5789 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5784 class ListAnalysisTemplatesOutput < Struct.new( :next_token, :analysis_template_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
5784 5785 5786 5787 5788 5789 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5784 class ListAnalysisTemplatesOutput < Struct.new( :next_token, :analysis_template_summaries) SENSITIVE = [] include Aws::Structure end |