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.
11157 11158 11159 11160 11161 |
# File 'lib/aws-sdk-glue/types.rb', line 11157 class GetMappingResponse < Struct.new( :mapping) SENSITIVE = [] include Aws::Structure end |