Struct rusoto_ecs::RegisterTaskDefinitionResponse [] [src]

pub struct RegisterTaskDefinitionResponse {
    pub task_definition: Option<TaskDefinition>,
}

Fields

The full description of the registered task definition.

Trait Implementations

impl Default for RegisterTaskDefinitionResponse
[src]

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

impl Debug for RegisterTaskDefinitionResponse
[src]

Formats the value using the given formatter.

impl Clone for RegisterTaskDefinitionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more