Struct rusoto_ecs::SubmitTaskStateChangeResponse [] [src]

pub struct SubmitTaskStateChangeResponse {
    pub acknowledgment: Option<String>,
}

Fields

Acknowledgement of the state change.

Trait Implementations

impl Default for SubmitTaskStateChangeResponse
[src]

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

impl Debug for SubmitTaskStateChangeResponse
[src]

Formats the value using the given formatter.

impl Clone for SubmitTaskStateChangeResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more