Class: Aws::CleanRooms::Types::UpdateConfiguredTableAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateConfiguredTableAnalysisRuleOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule ⇒ Types::ConfiguredTableAnalysisRule
The entire updated analysis rule.
Instance Attribute Details
#analysis_rule ⇒ Types::ConfiguredTableAnalysisRule
The entire updated analysis rule.
7396 7397 7398 7399 7400 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7396 class UpdateConfiguredTableAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |