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

Class: Aws::EC2::Types::SnapshotDiskContainer

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SnapshotDiskContainer as input to an Aws::Client method, you can use a vanilla Hash:

{
  description: "String",
  format: "String",
  url: "String",
  user_bucket: {
    s3_bucket: "String",
    s3_key: "String",
  },
}

The disk container object for the import snapshot request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the disk image being imported.

Returns:

  • (String)

    The description of the disk image being imported.

#formatString

The format of the disk image being imported.

Valid values: VHD | VMDK

Returns:

  • (String)

    The format of the disk image being imported.

#urlString

The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

Returns:

  • (String)

    The URL to the Amazon S3-based disk image being imported.

#user_bucketTypes::UserBucket

The Amazon S3 bucket for the disk image.

Returns: