Class: Aws::Glue::Types::GetMappingRequest

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

#locationTypes::Location

Parameters for the mapping.

Returns:



10601
10602
10603
10604
10605
10606
10607
# File 'lib/aws-sdk-glue/types.rb', line 10601

class GetMappingRequest < Struct.new(
  :source,
  :sinks,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#sinksArray<Types::CatalogEntry>

A list of target tables.

Returns:



10601
10602
10603
10604
10605
10606
10607
# File 'lib/aws-sdk-glue/types.rb', line 10601

class GetMappingRequest < Struct.new(
  :source,
  :sinks,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::CatalogEntry

Specifies the source table.

Returns:



10601
10602
10603
10604
10605
10606
10607
# File 'lib/aws-sdk-glue/types.rb', line 10601

class GetMappingRequest < Struct.new(
  :source,
  :sinks,
  :location)
  SENSITIVE = []
  include Aws::Structure
end