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.
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 |