Class: Aws::Glue::Types::MappingEntry
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::MappingEntry
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Defines a mapping.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #source_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The source path. 
- 
  
    
      #source_table  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the source table. 
- 
  
    
      #source_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The source type. 
- 
  
    
      #target_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The target path. 
- 
  
    
      #target_table  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The target table. 
- 
  
    
      #target_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The target type. 
Instance Attribute Details
#source_path ⇒ String
The source path.
| 19265 19266 19267 19268 19269 19270 19271 19272 19273 19274 | # File 'lib/aws-sdk-glue/types.rb', line 19265 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end | 
#source_table ⇒ String
The name of the source table.
| 19265 19266 19267 19268 19269 19270 19271 19272 19273 19274 | # File 'lib/aws-sdk-glue/types.rb', line 19265 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end | 
#source_type ⇒ String
The source type.
| 19265 19266 19267 19268 19269 19270 19271 19272 19273 19274 | # File 'lib/aws-sdk-glue/types.rb', line 19265 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end | 
#target_path ⇒ String
The target path.
| 19265 19266 19267 19268 19269 19270 19271 19272 19273 19274 | # File 'lib/aws-sdk-glue/types.rb', line 19265 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end | 
#target_table ⇒ String
The target table.
| 19265 19266 19267 19268 19269 19270 19271 19272 19273 19274 | # File 'lib/aws-sdk-glue/types.rb', line 19265 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end | 
#target_type ⇒ String
The target type.
| 19265 19266 19267 19268 19269 19270 19271 19272 19273 19274 | # File 'lib/aws-sdk-glue/types.rb', line 19265 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end |