Struct rusoto_ec2::DiskImageDetail [] [src]

pub struct DiskImageDetail {
    pub bytes: i64,
    pub format: String,
    pub import_manifest_url: String,
}

Describes a disk image.

Fields

The size of the disk image, in GiB.

The disk image format.

A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. 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.

Trait Implementations

impl Default for DiskImageDetail
[src]

[src]

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

impl Debug for DiskImageDetail
[src]

[src]

Formats the value using the given formatter.

impl Clone for DiskImageDetail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more