Struct rusoto_ecs::DescribeTasksRequest [] [src]

pub struct DescribeTasksRequest {
    pub cluster: Option<String>,
    pub tasks: StringList,
}

Fields

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to describe. If you do not specify a cluster, the default cluster is assumed.

A list of up to 100 task IDs or full Amazon Resource Name (ARN) entries.

Trait Implementations

impl Default for DescribeTasksRequest
[src]

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

impl Debug for DescribeTasksRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeTasksRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more