Struct rusoto_ec2::CancelImportTaskResult [] [src]

pub struct CancelImportTaskResult {
    pub import_task_id: Option<String>,
    pub previous_state: Option<String>,
    pub state: Option<String>,
}

Contains the output for CancelImportTask.

Fields

The ID of the task being canceled.

The current state of the task being canceled.

The current state of the task being canceled.

Trait Implementations

impl Default for CancelImportTaskResult
[src]

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

impl Debug for CancelImportTaskResult
[src]

Formats the value using the given formatter.

impl Clone for CancelImportTaskResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more