Struct rusoto_ecs::ListTaskDefinitionsResponse [] [src]

pub struct ListTaskDefinitionsResponse {
    pub next_token: Option<String>,
    pub task_definition_arns: Option<StringList>,
}

Fields

The nextToken value to include in a future ListTaskDefinitions request. When the results of a ListTaskDefinitions 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 task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.

Trait Implementations

impl Default for ListTaskDefinitionsResponse
[src]

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

impl Debug for ListTaskDefinitionsResponse
[src]

Formats the value using the given formatter.

impl Clone for ListTaskDefinitionsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more