Class: Aws::CleanRooms::Types::DeleteIntermediateTableAnalysisRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DeleteIntermediateTableAnalysisRuleInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule_type ⇒ String
The type of analysis rule to delete.
-
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table from which to delete the analysis rule.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
Instance Attribute Details
#analysis_rule_type ⇒ String
The type of analysis rule to delete. Currently, only CUSTOM is
supported.
4486 4487 4488 4489 4490 4491 4492 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4486 class DeleteIntermediateTableAnalysisRuleInput < Struct.new( :membership_identifier, :intermediate_table_identifier, :analysis_rule_type) SENSITIVE = [] include Aws::Structure end |
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table from which to delete the analysis rule.
4486 4487 4488 4489 4490 4491 4492 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4486 class DeleteIntermediateTableAnalysisRuleInput < Struct.new( :membership_identifier, :intermediate_table_identifier, :analysis_rule_type) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
4486 4487 4488 4489 4490 4491 4492 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4486 class DeleteIntermediateTableAnalysisRuleInput < Struct.new( :membership_identifier, :intermediate_table_identifier, :analysis_rule_type) SENSITIVE = [] include Aws::Structure end |