Class: Aws::CleanRooms::Types::UpdateAnalysisTemplateOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_templateTypes::AnalysisTemplate

The analysis template.



9653
9654
9655
9656
9657
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9653

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