Struct rusoto_ecs::ListAttributesResponse [] [src]

pub struct ListAttributesResponse {
    pub attributes: Option<Vec<Attribute>>,
    pub next_token: Option<String>,
}

Fields

A list of attribute objects that meet the criteria of the request.

The nextToken value to include in a future ListAttributes request. When the results of a ListAttributes 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.

Trait Implementations

impl Default for ListAttributesResponse
[src]

[src]

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

impl Debug for ListAttributesResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListAttributesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more