Struct rusoto_ec2::DiskImageDescription [] [src]

pub struct DiskImageDescription {
    pub checksum: Option<String>,
    pub format: String,
    pub import_manifest_url: String,
    pub size: i64,
}

Describes a disk image.

Fields

The checksum computed for the disk image.

The disk image format.

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

The size of the disk image, in GiB.

Trait Implementations

impl Default for DiskImageDescription
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DiskImageDescription
[src]

[src]

Formats the value using the given formatter.

impl Clone for DiskImageDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more