Struct rusoto_ecs::SubmitContainerStateChangeRequest [] [src]

pub struct SubmitContainerStateChangeRequest {
    pub cluster: Option<String>,
    pub container_name: Option<String>,
    pub exit_code: Option<BoxedInteger>,
    pub network_bindings: Option<NetworkBindings>,
    pub reason: Option<String>,
    pub status: Option<String>,
    pub task: Option<String>,
}

Fields

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container.

The name of the container.

The exit code returned for the state change request.

The network bindings of the container.

The reason for the state change request.

The status of the state change request.

The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.

Trait Implementations

impl Default for SubmitContainerStateChangeRequest
[src]

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

impl Debug for SubmitContainerStateChangeRequest
[src]

Formats the value using the given formatter.

impl Clone for SubmitContainerStateChangeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more