You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::ImageDiskContainer
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImageDiskContainer
- Defined in:
- (unknown)
Overview
When passing ImageDiskContainer as input to an Aws::Client method, you can use a vanilla Hash:
{
description: "String",
device_name: "String",
format: "String",
snapshot_id: "SnapshotId",
url: "String",
user_bucket: {
s3_bucket: "String",
s3_key: "String",
},
}
Describes the disk container object for an import image task.
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the disk image.
-
#device_name ⇒ String
The block device mapping for the disk.
-
#format ⇒ String
The format of the disk image being imported.
-
#snapshot_id ⇒ String
The ID of the EBS snapshot to be used for importing the snapshot.
-
#url ⇒ String
The URL to the Amazon S3-based disk image being imported.
-
#user_bucket ⇒ Types::UserBucket
The S3 bucket for the disk image.
Instance Attribute Details
#description ⇒ String
The description of the disk image.
#device_name ⇒ String
The block device mapping for the disk.
#format ⇒ String
The format of the disk image being imported.
Valid values: OVA
| VHD
| VHDX
|VMDK
#snapshot_id ⇒ String
The ID of the EBS snapshot to be used for importing the snapshot.
#url ⇒ String
The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)
#user_bucket ⇒ Types::UserBucket
The S3 bucket for the disk image.