Class: Aws::CleanRooms::Types::CreateConfiguredTableAssociationAnalysisRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateConfiguredTableAssociationAnalysisRuleOutput
- Defined in:
- gems/aws-sdk-cleanrooms/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.
3067 3068 3069 3070 3071 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3067 class CreateConfiguredTableAssociationAnalysisRuleOutput < Struct.new( :analysis_rule) SENSITIVE = [] include Aws::Structure end |