Struct rusoto_batch::AttemptContainerDetail [] [src]

pub struct AttemptContainerDetail {
    pub container_instance_arn: Option<String>,
    pub exit_code: Option<i64>,
    pub log_stream_name: Option<String>,
    pub reason: Option<String>,
    pub task_arn: Option<String>,
}

An object representing the details of a container that is part of a job attempt.

Fields

The Amazon Resource Name (ARN) of the Amazon ECS container instance that hosts the job attempt.

The exit code for the job attempt. A non-zero exit code is considered a failure.

A short (255 max characters) human-readable string to provide additional details about a running or stopped container.

The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the job attempt.

Trait Implementations

impl Default for AttemptContainerDetail
[src]

[src]

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

impl Debug for AttemptContainerDetail
[src]

[src]

Formats the value using the given formatter.

impl Clone for AttemptContainerDetail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more