Class: Aws::CleanRooms::Types::CreateAnalysisTemplateOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_templateTypes::AnalysisTemplate

The analysis template.



2410
2411
2412
2413
2414
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2410

class CreateAnalysisTemplateOutput < Struct.new(
  :analysis_template)
  SENSITIVE = []
  include Aws::Structure
end