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
show all
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

Instance Attribute Details

#s3_bucketString

The name of the Amazon S3 bucket where the disk image is located.

Returns:

  • (String)

    The name of the Amazon S3 bucket where the disk image is located.

#s3_keyString

The file name of the disk image.

Returns:

  • (String)

    The file name of the disk image.