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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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.



4183
4184
4185
4186
4187
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4183

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