Class: Aws::CleanRooms::Types::IdMappingTableSchemaTypeProperties

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

Overview

Additional properties that are specific to the type of the associated schema.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_table_idString

The unique identifier of the ID mapping table.

Returns:

  • (String)


5788
5789
5790
5791
5792
5793
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5788

class IdMappingTableSchemaTypeProperties < Struct.new(
  :id_mapping_table_input_source,
  :id_mapping_table_id)
  SENSITIVE = []
  include Aws::Structure
end

#id_mapping_table_input_sourceArray<Types::IdMappingTableInputSource>

Defines which ID namespace associations are used to create the ID mapping table.



5788
5789
5790
5791
5792
5793
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5788

class IdMappingTableSchemaTypeProperties < Struct.new(
  :id_mapping_table_input_source,
  :id_mapping_table_id)
  SENSITIVE = []
  include Aws::Structure
end