You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::Location

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Location as input to an Aws::Client method, you can use a vanilla Hash:

{
  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,
    },
  ],
}

The location of resources.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dynamo_dbArray<Types::CodeGenNodeArg>

An Amazon DynamoDB table location.

Returns:

#jdbcArray<Types::CodeGenNodeArg>

A JDBC location.

Returns:

#s3Array<Types::CodeGenNodeArg>

An Amazon Simple Storage Service (Amazon S3) location.

Returns: