Class: Aws::CleanRooms::Types::ListAnalysisTemplatesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_template_summariesArray<Types::AnalysisTemplateSummary>

Lists analysis template metadata.

Returns:



5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5130

class ListAnalysisTemplatesOutput < Struct.new(
  :next_token,
  :analysis_template_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that's used to fetch the next set of results.

Returns:

  • (String)


5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5130

class ListAnalysisTemplatesOutput < Struct.new(
  :next_token,
  :analysis_template_summaries)
  SENSITIVE = []
  include Aws::Structure
end