Struct rusoto_ecs::UpdateContainerInstancesStateResponse [] [src]

pub struct UpdateContainerInstancesStateResponse {
    pub container_instances: Option<Vec<ContainerInstance>>,
    pub failures: Option<Vec<Failure>>,
}

Fields

The list of container instances.

Any failures associated with the call.

Trait Implementations

impl Default for UpdateContainerInstancesStateResponse
[src]

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

impl Debug for UpdateContainerInstancesStateResponse
[src]

Formats the value using the given formatter.

impl Clone for UpdateContainerInstancesStateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more