You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::DiskImage
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DiskImage
- Defined in:
- (unknown)
Overview
Note:
When passing DiskImage as input to an Aws::Client method, you can use a vanilla Hash:
{
description: "String",
image: {
bytes: 1, # required
format: "VMDK", # required, accepts VMDK, RAW, VHD
import_manifest_url: "String", # required
},
volume: {
size: 1, # required
},
}
Describes a disk image.
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the disk image.
-
#image ⇒ Types::DiskImageDetail
Information about the disk image.
-
#volume ⇒ Types::VolumeDetail
Information about the volume.
Instance Attribute Details
#description ⇒ String
A description of the disk image.
#image ⇒ Types::DiskImageDetail
Information about the disk image.
#volume ⇒ Types::VolumeDetail
Information about the volume.