Struct rusoto_ecs::UpdateContainerAgentResponse [] [src]

pub struct UpdateContainerAgentResponse {
    pub container_instance: Option<ContainerInstance>,
}

Fields

The container instance for which the container agent was updated.

Trait Implementations

impl Default for UpdateContainerAgentResponse
[src]

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

impl Debug for UpdateContainerAgentResponse
[src]

Formats the value using the given formatter.

impl Clone for UpdateContainerAgentResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more