Struct rusoto_ecs::SubmitTaskStateChangeRequest [] [src]

pub struct SubmitTaskStateChangeRequest {
    pub cluster: Option<String>,
    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 task.

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 in the state change request.

Trait Implementations

impl Default for SubmitTaskStateChangeRequest
[src]

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

impl Debug for SubmitTaskStateChangeRequest
[src]

Formats the value using the given formatter.

impl Clone for SubmitTaskStateChangeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more