Struct rusoto_ecs::DescribeTaskDefinitionRequest [] [src]

pub struct DescribeTaskDefinitionRequest {
    pub task_definition: String,
}

Fields

The family for the latest ACTIVE revision, family and revision (family:revision) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.

Trait Implementations

impl Default for DescribeTaskDefinitionRequest
[src]

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

impl Debug for DescribeTaskDefinitionRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeTaskDefinitionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more