class Aws::Panorama::Types::S3Location

A location in Amazon S3.

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

data as a hash:

    {
      bucket_name: "BucketName", # required
      object_key: "ObjectKey", # required
      region: "Region",
    }

@!attribute [rw] bucket_name

A bucket name.
@return [String]

@!attribute [rw] object_key

An object key.
@return [String]

@!attribute [rw] region

The bucket's Region.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/S3Location AWS API Documentation

Constants

SENSITIVE