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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The location of resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dynamo_dbArray<Types::CodeGenNodeArg>

An Amazon DynamoDB table location.

Returns:



15572
15573
15574
15575
15576
15577
15578
# File 'lib/aws-sdk-glue/types.rb', line 15572

class Location < Struct.new(
  :jdbc,
  :s3,
  :dynamo_db)
  SENSITIVE = []
  include Aws::Structure
end

#jdbcArray<Types::CodeGenNodeArg>

A JDBC location.

Returns:



15572
15573
15574
15575
15576
15577
15578
# File 'lib/aws-sdk-glue/types.rb', line 15572

class Location < Struct.new(
  :jdbc,
  :s3,
  :dynamo_db)
  SENSITIVE = []
  include Aws::Structure
end

#s3Array<Types::CodeGenNodeArg>

An Amazon Simple Storage Service (Amazon S3) location.

Returns:



15572
15573
15574
15575
15576
15577
15578
# File 'lib/aws-sdk-glue/types.rb', line 15572

class Location < Struct.new(
  :jdbc,
  :s3,
  :dynamo_db)
  SENSITIVE = []
  include Aws::Structure
end