Struct rusoto_ecs::DeregisterTaskDefinitionRequest [] [src]

pub struct DeregisterTaskDefinitionRequest {
    pub task_definition: String,
}

Fields

The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to deregister. You must specify a revision.

Trait Implementations

impl Default for DeregisterTaskDefinitionRequest
[src]

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

impl Debug for DeregisterTaskDefinitionRequest
[src]

Formats the value using the given formatter.

impl Clone for DeregisterTaskDefinitionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more