class Aws::GlueDataBrew::Types::S3Location

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

@note When making an API call, you may pass S3Location

data as a hash:

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

@!attribute [rw] bucket

The Amazon S3 bucket name.
@return [String]

@!attribute [rw] key

The unique name of the object in the bucket.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/S3Location AWS API Documentation

Constants

SENSITIVE