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

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_templateTypes::AnalysisTemplate

The analysis template.



2360
2361
2362
2363
2364
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2360

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