Class: Aws::CleanRooms::Types::IdMappingTableInputReferenceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IdMappingTableInputReferenceProperties
- 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
-
#id_mapping_table_input_source ⇒ Array<Types::IdMappingTableInputSource>
The input source of the ID mapping table.
Instance Attribute Details
#id_mapping_table_input_source ⇒ Array<Types::IdMappingTableInputSource>
The input source of the ID mapping table.
4251 4252 4253 4254 4255 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4251 class IdMappingTableInputReferenceProperties < Struct.new( :id_mapping_table_input_source) SENSITIVE = [] include Aws::Structure end |