Struct rusoto_ecs::ListTasksResponse [] [src]

pub struct ListTasksResponse {
    pub next_token: Option<String>,
    pub task_arns: Option<Vec<String>>,
}

Fields

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

Trait Implementations

impl Default for ListTasksResponse
[src]

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

impl Debug for ListTasksResponse
[src]

Formats the value using the given formatter.

impl Clone for ListTasksResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more