Class: Aws::CleanRooms::Types::DeleteConfiguredTableAssociationInput

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

#configured_table_association_identifierString

The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.

Returns:

  • (String)


2480
2481
2482
2483
2484
2485
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2480

class DeleteConfiguredTableAssociationInput < Struct.new(
  :configured_table_association_identifier,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

Returns:

  • (String)


2480
2481
2482
2483
2484
2485
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2480

class DeleteConfiguredTableAssociationInput < Struct.new(
  :configured_table_association_identifier,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end