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

Instance Attribute Details

#descriptionString

A description of the disk image.

Returns:

  • (String)

    A description of the disk image.

#imageTypes::DiskImageDetail

Information about the disk image.

Returns:

#volumeTypes::VolumeDetail

Information about the volume.

Returns: