Class: Aws::CleanRooms::Types::DeleteConfiguredTableAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DeleteConfiguredTableAssociationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_table_association_identifier ⇒ String
The unique ID for the configured table association to be deleted.
-
#membership_identifier ⇒ String
A unique identifier for the membership that the configured table association belongs to.
Instance Attribute Details
#configured_table_association_identifier ⇒ String
The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.
3149 3150 3151 3152 3153 3154 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3149 class DeleteConfiguredTableAssociationInput < Struct.new( :configured_table_association_identifier, :membership_identifier) 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.
3149 3150 3151 3152 3153 3154 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3149 class DeleteConfiguredTableAssociationInput < Struct.new( :configured_table_association_identifier, :membership_identifier) SENSITIVE = [] include Aws::Structure end |