Struct rusoto_ecs::DescribeServicesResponse [] [src]

pub struct DescribeServicesResponse {
    pub failures: Option<Failures>,
    pub services: Option<Services>,
}

Fields

Any failures associated with the call.

The list of services described.

Trait Implementations

impl Default for DescribeServicesResponse
[src]

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

impl Debug for DescribeServicesResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeServicesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more