Class: Aws::EntityResolution::Types::UpdateSchemaMappingOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EntityResolution::Types::UpdateSchemaMappingOutput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the schema. 
- 
  
    
      #mapped_input_fields  ⇒ Array<Types::SchemaInputAttribute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of ‘MappedInputFields`. 
- 
  
    
      #schema_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN (Amazon Resource Name) that Entity Resolution generated for the ‘SchemaMapping`. 
- 
  
    
      #schema_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the schema. 
Instance Attribute Details
#description ⇒ String
A description of the schema.
| 3222 3223 3224 3225 3226 3227 3228 3229 | # File 'lib/aws-sdk-entityresolution/types.rb', line 3222 class UpdateSchemaMappingOutput < Struct.new( :description, :mapped_input_fields, :schema_arn, :schema_name) SENSITIVE = [] include Aws::Structure end | 
#mapped_input_fields ⇒ Array<Types::SchemaInputAttribute>
A list of ‘MappedInputFields`. Each `MappedInputField` corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.
| 3222 3223 3224 3225 3226 3227 3228 3229 | # File 'lib/aws-sdk-entityresolution/types.rb', line 3222 class UpdateSchemaMappingOutput < Struct.new( :description, :mapped_input_fields, :schema_arn, :schema_name) SENSITIVE = [] include Aws::Structure end | 
#schema_arn ⇒ String
The ARN (Amazon Resource Name) that Entity Resolution generated for the ‘SchemaMapping`.
| 3222 3223 3224 3225 3226 3227 3228 3229 | # File 'lib/aws-sdk-entityresolution/types.rb', line 3222 class UpdateSchemaMappingOutput < Struct.new( :description, :mapped_input_fields, :schema_arn, :schema_name) SENSITIVE = [] include Aws::Structure end | 
#schema_name ⇒ String
The name of the schema.
| 3222 3223 3224 3225 3226 3227 3228 3229 | # File 'lib/aws-sdk-entityresolution/types.rb', line 3222 class UpdateSchemaMappingOutput < Struct.new( :description, :mapped_input_fields, :schema_arn, :schema_name) SENSITIVE = [] include Aws::Structure end |