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

Class: Aws::ElasticBeanstalk::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:

{
  s3_bucket: "S3Bucket",
  s3_key: "S3Key",
}

The bucket and key of an item stored in Amazon S3.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The Amazon S3 bucket where the data is located.

Returns:

  • (String)

    The Amazon S3 bucket where the data is located.

#s3_keyString

The Amazon S3 key where the data is located.

Returns:

  • (String)

    The Amazon S3 key where the data is located.