class Aws::ElasticBeanstalk::Types::S3Location

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

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

data as a hash:

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

@!attribute [rw] s3_bucket

The Amazon S3 bucket where the data is located.
@return [String]

@!attribute [rw] s3_key

The Amazon S3 key where the data is located.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/S3Location AWS API Documentation

Constants

SENSITIVE