Class: Aws::EntityResolution::Types::IdNamespaceIdMappingWorkflowMetadata
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EntityResolution::Types::IdNamespaceIdMappingWorkflowMetadata
 
 
- Defined in:
 - gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
 
Overview
The settings for the ID namespace for the ID mapping workflow job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id_mapping_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of ID mapping.
 
Instance Attribute Details
#id_mapping_type ⇒ String
The type of ID mapping.
      1799 1800 1801 1802 1803  | 
    
      # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1799 class IdNamespaceIdMappingWorkflowMetadata < Struct.new( :id_mapping_type) SENSITIVE = [] include Aws::Structure end  |