You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::GetMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMappingRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetMappingRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
source: { # required
database_name: "NameString", # required
table_name: "NameString", # required
},
sinks: [
{
database_name: "NameString", # required
table_name: "NameString", # required
},
],
location: {
jdbc: [
{
name: "CodeGenArgName", # required
value: "CodeGenArgValue", # required
param: false,
},
],
s3: [
{
name: "CodeGenArgName", # required
value: "CodeGenArgValue", # required
param: false,
},
],
dynamo_db: [
{
name: "CodeGenArgName", # required
value: "CodeGenArgValue", # required
param: false,
},
],
},
}
Instance Attribute Summary collapse
-
#location ⇒ Types::Location
Parameters for the mapping.
-
#sinks ⇒ Array<Types::CatalogEntry>
A list of target tables.
-
#source ⇒ Types::CatalogEntry
Specifies the source table.
Instance Attribute Details
#location ⇒ Types::Location
Parameters for the mapping.
#sinks ⇒ Array<Types::CatalogEntry>
A list of target tables.
#source ⇒ Types::CatalogEntry
Specifies the source table.