Class: Aws::Glue::Types::GetMappingResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetMappingResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #mapping  ⇒ Array<Types::MappingEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of mappings to the specified targets. 
Instance Attribute Details
#mapping ⇒ Array<Types::MappingEntry>
A list of mappings to the specified targets.
| 13033 13034 13035 13036 13037 | # File 'lib/aws-sdk-glue/types.rb', line 13033 class GetMappingResponse < Struct.new( :mapping) SENSITIVE = [] include Aws::Structure end |