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

impl Clone for CancelImportTaskResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CancelImportTaskResult
[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