Struct rusoto_ecs::TaskOverride [] [src]

pub struct TaskOverride {
    pub container_overrides: Option<Vec<ContainerOverride>>,
    pub task_role_arn: Option<String>,
}

The overrides associated with a task.

Fields

One or more container overrides sent to a task.

The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role.

Trait Implementations

impl Default for TaskOverride
[src]

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

impl Debug for TaskOverride
[src]

Formats the value using the given formatter.

impl Clone for TaskOverride
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more