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.
13754 13755 13756 13757 13758 |
# File 'lib/aws-sdk-glue/types.rb', line 13754 class GetMappingResponse < Struct.new( :mapping) SENSITIVE = [] include Aws::Structure end |