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:



9184
9185
9186
9187
9188
# File 'lib/aws-sdk-glue/types.rb', line 9184

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