Struct rusoto_ec2::ImportSnapshotTask [] [src]

pub struct ImportSnapshotTask {
    pub description: Option<String>,
    pub import_task_id: Option<String>,
    pub snapshot_task_detail: Option<SnapshotTaskDetail>,
}

Describes an import snapshot task.

Fields

A description of the import snapshot task.

The ID of the import snapshot task.

Describes an import snapshot task.

Trait Implementations

impl Default for ImportSnapshotTask
[src]

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

impl Debug for ImportSnapshotTask
[src]

Formats the value using the given formatter.

impl Clone for ImportSnapshotTask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more