Class: Aws::Glue::Types::GetMappingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMappingResponse
- Defined in:
- gems/aws-sdk-glue/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.
13021 13022 13023 13024 13025 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13021 class GetMappingResponse < Struct.new( :mapping) SENSITIVE = [] include Aws::Structure end |