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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



13535
13536
13537
13538
13539
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13535

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