Struct rusoto_ec2::ImportSnapshotResult [] [src]

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

Contains the output for ImportSnapshot.

Fields

A description of the import snapshot task.

The ID of the import snapshot task.

Information about the import snapshot task.

Trait Implementations

impl Default for ImportSnapshotResult
[src]

[src]

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

impl Debug for ImportSnapshotResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImportSnapshotResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more