Class: Aws::CleanRooms::Types::GetConfiguredTableAssociationInput

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 retrieve. Currently accepts the configured table ID.

Returns:

  • (String)


3847
3848
3849
3850
3851
3852
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3847

class GetConfiguredTableAssociationInput < 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)


3847
3848
3849
3850
3851
3852
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3847

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