Class: Aws::CleanRooms::Types::UpdateConfiguredTableAssociationAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateConfiguredTableAssociationAnalysisRuleOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule ⇒ Types::ConfiguredTableAssociationAnalysisRule
The updated analysis rule for the configured table association.
Instance Attribute Details
#analysis_rule ⇒ Types::ConfiguredTableAssociationAnalysisRule
The updated analysis rule for the configured table association. In the console, the ‘ConfiguredTableAssociationAnalysisRule` is referred to as the *collaboration analysis rule*.
7439 7440 7441 7442 7443 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7439 class UpdateConfiguredTableAssociationAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |