You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::UserBucket
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UserBucket
- Defined in:
- (unknown)
Overview
Note:
When passing UserBucket as input to an Aws::Client method, you can use a vanilla Hash:
{
s3_bucket: "String",
s3_key: "String",
}
Describes the Amazon S3 bucket for the disk image.
Returned by:
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The name of the Amazon S3 bucket where the disk image is located.
-
#s3_key ⇒ String
The file name of the disk image.
Instance Attribute Details
#s3_bucket ⇒ String
The name of the Amazon S3 bucket where the disk image is located.
#s3_key ⇒ String
The file name of the disk image.