Struct rusoto_ecs::DescribeServicesResponse [] [src]

pub struct DescribeServicesResponse {
    pub failures: Option<Vec<Failure>>,
    pub services: Option<Vec<Service>>,
}

Fields

Any failures associated with the call.

The list of services described.

Trait Implementations

impl Default for DescribeServicesResponse
[src]

[src]

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

impl Debug for DescribeServicesResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeServicesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations