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

Class: Aws::SMS::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: "S3BucketName",
  key: "S3KeyName",
}

Location of an Amazon S3 object.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Amazon S3 bucket name.

Returns:

  • (String)

    The Amazon S3 bucket name.

#keyString

The Amazon S3 bucket key.

Returns:

  • (String)

    The Amazon S3 bucket key.