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