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.
      5248 5249 5250 5251 5252  | 
    
      # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5248 class IdMappingTableInputReferenceProperties < Struct.new( :id_mapping_table_input_source) SENSITIVE = [] include Aws::Structure end  |