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.



1941
1942
1943
1944
1945
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1941

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