Struct rusoto_opsworks::DescribeEcsClustersResult [] [src]

pub struct DescribeEcsClustersResult {
    pub ecs_clusters: Option<EcsClusters>,
    pub next_token: Option<String>,
}

Contains the response to a DescribeEcsClusters request.

Fields

A list of EcsCluster objects containing the cluster descriptions.

If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object's NextToken parameter to retrieve the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set to null.

Trait Implementations

impl Default for DescribeEcsClustersResult
[src]

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

impl Debug for DescribeEcsClustersResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeEcsClustersResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more