Class: Aws::CleanRooms::Types::DeleteIntermediateTableInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intermediate_table_identifierString

The unique identifier of the intermediate table to delete.

Returns:

  • (String)


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_identifierString

The unique identifier of the membership that contains the intermediate table.

Returns:

  • (String)


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