GetImagesImageDiskDeviceMapping

data class GetImagesImageDiskDeviceMapping(val device: String, val size: String, val snapshotId: String)

Constructors

Link copied to clipboard
constructor(device: String, size: String, snapshotId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Device information of the created disk: such as /dev/xvdb.

Link copied to clipboard

Size of the created disk.

Link copied to clipboard

The ID of the snapshot used to create the custom image.