Struct rusoto_ecs::RunTaskResponse [] [src]

pub struct RunTaskResponse {
    pub failures: Option<Failures>,
    pub tasks: Option<Tasks>,
}

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]

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

impl Debug for RunTaskResponse
[src]

Formats the value using the given formatter.

impl Clone for RunTaskResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more