Class: Aws::CleanRooms::Types::PopulateIdMappingTableInput

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

#id_mapping_table_identifierString

The unique identifier of the ID mapping table that you want to populate.

Returns:

  • (String)


6017
6018
6019
6020
6021
6022
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6017

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

#membership_identifierString

The unique identifier of the membership that contains the ID mapping table that you want to populate.

Returns:

  • (String)


6017
6018
6019
6020
6021
6022
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6017

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