Class: Aws::CleanRooms::Types::ListCollaborationAnalysisTemplatesOutput

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

#collaboration_analysis_template_summariesArray<Types::CollaborationAnalysisTemplateSummary>

The metadata of the analysis template within a collaboration.



3352
3353
3354
3355
3356
3357
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3352

class ListCollaborationAnalysisTemplatesOutput < Struct.new(
  :next_token,
  :collaboration_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)


3352
3353
3354
3355
3356
3357
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3352

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