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
- Struct
- Aws::ElasticBeanstalk::Types::S3Location
- 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
-
#s3_bucket ⇒ String
The Amazon S3 bucket where the data is located.
-
#s3_key ⇒ String
The Amazon S3 key where the data is located.
Instance Attribute Details
#s3_bucket ⇒ String
The Amazon S3 bucket where the data is located.
#s3_key ⇒ String
The Amazon S3 key where the data is located.