class Aws::SMS::Types::S3Location

Location of an Amazon S3 object.

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

data as a hash:

    {
      bucket: "S3BucketName",
      key: "S3KeyName",
    }

@!attribute [rw] bucket

The Amazon S3 bucket name.
@return [String]

@!attribute [rw] key

The Amazon S3 bucket key.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/S3Location AWS API Documentation

Constants

SENSITIVE