Class: Aws::CleanRooms::Types::CreateAnalysisTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateAnalysisTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_template ⇒ Types::AnalysisTemplate
The analysis template.
Instance Attribute Details
#analysis_template ⇒ Types::AnalysisTemplate
The analysis template.
2360 2361 2362 2363 2364 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2360 class CreateAnalysisTemplateOutput < Struct.new( :analysis_template) SENSITIVE = [] include Aws::Structure end |