Class: Aws::CleanRooms::Types::CreateConfiguredTableAssociationAnalysisRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateConfiguredTableAssociationAnalysisRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule_policy ⇒ Types::ConfiguredTableAssociationAnalysisRulePolicy
The analysis rule policy that was created for the configured table association.
-
#analysis_rule_type ⇒ String
The type of analysis rule.
-
#configured_table_association_identifier ⇒ String
The unique ID for the configured table association.
-
#membership_identifier ⇒ String
A unique identifier for the membership that the configured table association belongs to.
Instance Attribute Details
#analysis_rule_policy ⇒ Types::ConfiguredTableAssociationAnalysisRulePolicy
The analysis rule policy that was created for the configured table association.
2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2632 class CreateConfiguredTableAssociationAnalysisRuleInput < Struct.new( :membership_identifier, :configured_table_association_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |
#analysis_rule_type ⇒ String
The type of analysis rule.
2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2632 class CreateConfiguredTableAssociationAnalysisRuleInput < Struct.new( :membership_identifier, :configured_table_association_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |
#configured_table_association_identifier ⇒ String
The unique ID for the configured table association. Currently accepts the configured table association ID.
2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2632 class CreateConfiguredTableAssociationAnalysisRuleInput < Struct.new( :membership_identifier, :configured_table_association_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2632 class CreateConfiguredTableAssociationAnalysisRuleInput < Struct.new( :membership_identifier, :configured_table_association_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |