You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Batch::Types::AttemptContainerDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#container_instance_arnString

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

Returns:

  • (String)

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

#exit_codeInteger

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

Returns:

  • (Integer)

    The exit code for the job attempt.

#log_stream_nameString

The name of the CloudWatch Logs log stream associated with the container. The log group for AWS Batch jobs is /aws/batch/job. Each container attempt receives a log stream name when they reach the RUNNING status.

Returns:

  • (String)

    The name of the CloudWatch Logs log stream associated with the container.

#network_interfacesArray<Types::NetworkInterface>

The network interfaces associated with the job attempt.

Returns:

#reasonString

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

Returns:

  • (String)

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

#task_arnString

The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the job attempt. Each container attempt receives a task ARN when they reach the STARTING status.

Returns:

  • (String)

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