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.
11316 11317 11318 11319 11320 |
# File 'lib/aws-sdk-glue/types.rb', line 11316 class GetMappingResponse < Struct.new( :mapping) SENSITIVE = [] include Aws::Structure end |