Struct rusoto_ecs::StopTaskResponse [] [src]

pub struct StopTaskResponse {
    pub task: Option<Task>,
}

Fields

The task that was stopped.

Trait Implementations

impl Default for StopTaskResponse
[src]

[src]

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

impl Debug for StopTaskResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for StopTaskResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more