Class: Aws::CleanRooms::Types::DeleteConfiguredTableAssociationAnalysisRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DeleteConfiguredTableAssociationAnalysisRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule_type ⇒ String
The type of the analysis rule that you want to delete.
-
#configured_table_association_identifier ⇒ String
The identifier for the configured table association that’s related to the analysis rule that you want to delete.
-
#membership_identifier ⇒ String
A unique identifier for the membership that the configured table association belongs to.
Instance Attribute Details
#analysis_rule_type ⇒ String
The type of the analysis rule that you want to delete.
3125 3126 3127 3128 3129 3130 3131 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3125 class DeleteConfiguredTableAssociationAnalysisRuleInput < Struct.new( :membership_identifier, :configured_table_association_identifier, :analysis_rule_type) SENSITIVE = [] include Aws::Structure end |
#configured_table_association_identifier ⇒ String
The identifier for the configured table association that’s related to the analysis rule that you want to delete.
3125 3126 3127 3128 3129 3130 3131 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3125 class DeleteConfiguredTableAssociationAnalysisRuleInput < Struct.new( :membership_identifier, :configured_table_association_identifier, :analysis_rule_type) 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.
3125 3126 3127 3128 3129 3130 3131 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3125 class DeleteConfiguredTableAssociationAnalysisRuleInput < Struct.new( :membership_identifier, :configured_table_association_identifier, :analysis_rule_type) SENSITIVE = [] include Aws::Structure end |