Struct rusoto_ecs::UpdateContainerAgentRequest [] [src]

pub struct UpdateContainerAgentRequest {
    pub cluster: Option<String>,
    pub container_instance: String,
}

Fields

The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed.

The container instance ID or full Amazon Resource Name (ARN) entries for the container instance on which you would like to update the Amazon ECS container agent.

Trait Implementations

impl Default for UpdateContainerAgentRequest
[src]

[src]

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

impl Debug for UpdateContainerAgentRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateContainerAgentRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more