Class: Aws::CleanRooms::Types::UpdateAnalysisTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateAnalysisTemplateOutput
- Defined in:
- gems/aws-sdk-cleanrooms/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.
9612 9613 9614 9615 9616 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9612 class UpdateAnalysisTemplateOutput < Struct.new( :analysis_template) SENSITIVE = [] include Aws::Structure end |