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

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

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



4286
4287
4288
4289
4290
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4286

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