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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_identifierString

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

Returns:

  • (String)


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