Class: Aws::CleanRooms::Types::UpdateConfiguredTableAssociationAnalysisRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateConfiguredTableAssociationAnalysisRuleInput
- 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 updated analysis rule policy for the configured table association.
-
#analysis_rule_type ⇒ String
The analysis rule type that you want to update.
-
#configured_table_association_identifier ⇒ String
The identifier for the configured table association to update.
-
#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 updated analysis rule policy for the configured table association.
7422 7423 7424 7425 7426 7427 7428 7429 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7422 class UpdateConfiguredTableAssociationAnalysisRuleInput < Struct.new( :membership_identifier, :configured_table_association_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |
#analysis_rule_type ⇒ String
The analysis rule type that you want to update.
7422 7423 7424 7425 7426 7427 7428 7429 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7422 class UpdateConfiguredTableAssociationAnalysisRuleInput < 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 identifier for the configured table association to update.
7422 7423 7424 7425 7426 7427 7428 7429 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7422 class UpdateConfiguredTableAssociationAnalysisRuleInput < 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.
7422 7423 7424 7425 7426 7427 7428 7429 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7422 class UpdateConfiguredTableAssociationAnalysisRuleInput < Struct.new( :membership_identifier, :configured_table_association_identifier, :analysis_rule_type, :analysis_rule_policy) SENSITIVE = [] include Aws::Structure end |