Struct rusoto_ecs::ListServicesResponse [] [src]

pub struct ListServicesResponse {
    pub next_token: Option<String>,
    pub service_arns: Option<Vec<String>>,
}

Fields

The nextToken value to include in a future ListServices request. When the results of a ListServices request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.

Trait Implementations

impl Default for ListServicesResponse
[src]

[src]

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

impl Debug for ListServicesResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListServicesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more