Class: Aws::Glue::Types::GetMappingResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mappingArray<Types::MappingEntry>

A list of mappings to the specified targets.

Returns:



10615
10616
10617
10618
10619
# File 'lib/aws-sdk-glue/types.rb', line 10615

class GetMappingResponse < Struct.new(
  :mapping)
  SENSITIVE = []
  include Aws::Structure
end