Struct rusoto_ecs::UpdateServiceResponse [] [src]

pub struct UpdateServiceResponse {
    pub service: Option<Service>,
}

Fields

The full description of your service following the update call.

Trait Implementations

impl Default for UpdateServiceResponse
[src]

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

impl Debug for UpdateServiceResponse
[src]

Formats the value using the given formatter.

impl Clone for UpdateServiceResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more