class Aws::Batch::Types::AttemptContainerDetail
An object representing the details of a container that's part of a job attempt.
@!attribute [rw] container_instance_arn
The Amazon Resource Name (ARN) of the Amazon ECS container instance that hosts the job attempt. @return [String]
@!attribute [rw] task_arn
The Amazon Resource Name (ARN) of the Amazon ECS task that's associated with the job attempt. Each container attempt receives a task ARN when they reach the `STARTING` status. @return [String]
@!attribute [rw] exit_code
The exit code for the job attempt. A non-zero exit code is considered a failure. @return [Integer]
@!attribute [rw] reason
A short (255 max characters) human-readable string to provide additional details about a running or stopped container. @return [String]
@!attribute [rw] log_stream_name
The name of the CloudWatch Logs log stream associated with the container. The log group for Batch jobs is `/aws/batch/job`. Each container attempt receives a log stream name when they reach the `RUNNING` status. @return [String]
@!attribute [rw] network_interfaces
The network interfaces associated with the job attempt. @return [Array<Types::NetworkInterface>]
@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/AttemptContainerDetail AWS API Documentation
Constants
- SENSITIVE