Class: Aws::EntityResolution::Types::GetSchemaMappingInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EntityResolution::Types::GetSchemaMappingInput
 
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #schema_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the schema to be retrieved. 
Instance Attribute Details
#schema_name ⇒ String
The name of the schema to be retrieved.
| 1426 1427 1428 1429 1430 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1426 class GetSchemaMappingInput < Struct.new( :schema_name) SENSITIVE = [] include Aws::Structure end |