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:



3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3310

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

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


3310
3311
3312
3313
3314
3315
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3310

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