Class: Aws::Glue::Types::Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The location of resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dynamo_db ⇒ Array<Types::CodeGenNodeArg>
An Amazon DynamoDB table location.
-
#jdbc ⇒ Array<Types::CodeGenNodeArg>
A JDBC location.
-
#s3 ⇒ Array<Types::CodeGenNodeArg>
An Amazon Simple Storage Service (Amazon S3) location.
Instance Attribute Details
#dynamo_db ⇒ Array<Types::CodeGenNodeArg>
An Amazon DynamoDB table location.
19522 19523 19524 19525 19526 19527 19528 |
# File 'lib/aws-sdk-glue/types.rb', line 19522 class Location < Struct.new( :jdbc, :s3, :dynamo_db) SENSITIVE = [] include Aws::Structure end |
#jdbc ⇒ Array<Types::CodeGenNodeArg>
A JDBC location.
19522 19523 19524 19525 19526 19527 19528 |
# File 'lib/aws-sdk-glue/types.rb', line 19522 class Location < Struct.new( :jdbc, :s3, :dynamo_db) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ Array<Types::CodeGenNodeArg>
An Amazon Simple Storage Service (Amazon S3) location.
19522 19523 19524 19525 19526 19527 19528 |
# File 'lib/aws-sdk-glue/types.rb', line 19522 class Location < Struct.new( :jdbc, :s3, :dynamo_db) SENSITIVE = [] include Aws::Structure end |