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. Read more

impl Clone for ImportSnapshotTask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ImportSnapshotTask
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations