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:



11317
11318
11319
11320
11321
# File 'lib/aws-sdk-glue/types.rb', line 11317

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