Class: Aws::CleanRooms::Types::UpdateIntermediateTableAnalysisRuleOutput

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_ruleTypes::IntermediateTableAnalysisRule

The updated analysis rule for the intermediate table.



11474
11475
11476
11477
11478
# File 'lib/aws-sdk-cleanrooms/types.rb', line 11474

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