Class: Aws::Glue::Types::GetMappingRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetMappingRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #location  ⇒ Types::Location 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Parameters for the mapping. 
- 
  
    
      #sinks  ⇒ Array<Types::CatalogEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of target tables. 
- 
  
    
      #source  ⇒ Types::CatalogEntry 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the source table. 
Instance Attribute Details
#location ⇒ Types::Location
Parameters for the mapping.
| 13019 13020 13021 13022 13023 13024 13025 | # File 'lib/aws-sdk-glue/types.rb', line 13019 class GetMappingRequest < Struct.new( :source, :sinks, :location) SENSITIVE = [] include Aws::Structure end | 
#sinks ⇒ Array<Types::CatalogEntry>
A list of target tables.
| 13019 13020 13021 13022 13023 13024 13025 | # File 'lib/aws-sdk-glue/types.rb', line 13019 class GetMappingRequest < Struct.new( :source, :sinks, :location) SENSITIVE = [] include Aws::Structure end | 
#source ⇒ Types::CatalogEntry
Specifies the source table.
| 13019 13020 13021 13022 13023 13024 13025 | # File 'lib/aws-sdk-glue/types.rb', line 13019 class GetMappingRequest < Struct.new( :source, :sinks, :location) SENSITIVE = [] include Aws::Structure end |