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

Class: Aws::GlueDataBrew::Types::S3Location

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

Overview

Note:

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

{
  bucket: "Bucket", # required
  key: "Key",
}

An Amazon S3 location (bucket name an object key) where DataBrew can read input data, or write output from a job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The S3 bucket name.

Returns:

  • (String)

    The S3 bucket name.

#keyString

The unique name of the object in the bucket.

Returns:

  • (String)

    The unique name of the object in the bucket.