Class: Aws::CleanRooms::Types::DeleteIntermediateTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DeleteIntermediateTableInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table to delete.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
Instance Attribute Details
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table to delete.
4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4509 class DeleteIntermediateTableInput < Struct.new( :membership_identifier, :intermediate_table_identifier) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4509 class DeleteIntermediateTableInput < Struct.new( :membership_identifier, :intermediate_table_identifier) SENSITIVE = [] include Aws::Structure end |