Struct rusoto_ecs::DescribeServicesRequest [] [src]

pub struct DescribeServicesRequest {
    pub cluster: Option<String>,
    pub services: StringList,
}

Fields

The short name or full Amazon Resource Name (ARN)the cluster that hosts the service to describe. If you do not specify a cluster, the default cluster is assumed.

A list of services to describe. You may specify up to 10 services to describe in a single operation.

Trait Implementations

impl Default for DescribeServicesRequest
[src]

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

impl Debug for DescribeServicesRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeServicesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more