Struct rusoto_ecs::SubmitContainerStateChangeResponse [] [src]

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

Fields

Acknowledgement of the state change.

Trait Implementations

impl Default for SubmitContainerStateChangeResponse
[src]

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

impl Debug for SubmitContainerStateChangeResponse
[src]

Formats the value using the given formatter.

impl Clone for SubmitContainerStateChangeResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more