Class: Aws::CleanRooms::Types::UpdateConfiguredTableAnalysisRuleOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_ruleTypes::ConfiguredTableAnalysisRule

The entire updated analysis rule.



5532
5533
5534
5535
5536
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5532

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