Class: Aws::CleanRooms::Types::GetAnalysisTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetAnalysisTemplateOutput
- 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.
3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3580 class GetAnalysisTemplateOutput < Struct.new( :analysis_template) SENSITIVE = [] include Aws::Structure end |