Class: Aws::CleanRooms::Types::IdMappingTableInputReferenceProperties

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

Overview

The input reference properties for the ID mapping table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_table_input_sourceArray<Types::IdMappingTableInputSource>

The input source of the ID mapping table.



4279
4280
4281
4282
4283
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4279

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