Class: Aws::CleanRooms::Types::DeleteIdMappingTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DeleteIdMappingTableInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_mapping_table_identifier ⇒ String
The unique identifier of the ID mapping table that you want to delete.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the ID mapping table that you want to delete.
Instance Attribute Details
#id_mapping_table_identifier ⇒ String
The unique identifier of the ID mapping table that you want to delete.
3190 3191 3192 3193 3194 3195 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3190 class DeleteIdMappingTableInput < Struct.new( :id_mapping_table_identifier, :membership_identifier) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The unique identifier of the membership that contains the ID mapping table that you want to delete.
3190 3191 3192 3193 3194 3195 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3190 class DeleteIdMappingTableInput < Struct.new( :id_mapping_table_identifier, :membership_identifier) SENSITIVE = [] include Aws::Structure end |