Struct rusoto_ecs::RunTaskResponse [] [src]

pub struct RunTaskResponse {
    pub failures: Option<Vec<Failure>>,
    pub tasks: Option<Vec<Task>>,
}

Fields

Any failures associated with the call.

A full description of the tasks that were run. Each task that was successfully placed on your cluster are described here.

Trait Implementations

impl Default for RunTaskResponse
[src]

[src]

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

impl Debug for RunTaskResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RunTaskResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations