AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that represents a job attempt.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.AttemptDetail

Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z

Syntax

C#
public class AttemptDetail

The AttemptDetail type exposes the following members

Constructors

NameDescription
Public Method AttemptDetail()

Properties

NameTypeDescription
Public Property Container Amazon.Batch.Model.AttemptContainerDetail

Gets and sets the property Container.

The details for the container in this job attempt.

Public Property StartedAt System.Int64

Gets and sets the property StartedAt.

The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).

Public Property StatusReason System.String

Gets and sets the property StatusReason.

A short, human-readable string to provide additional details for the current status of the job attempt.

Public Property StoppedAt System.Int64

Gets and sets the property StoppedAt.

The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).

Public Property TaskProperties System.Collections.Generic.List<Amazon.Batch.Model.AttemptEcsTaskDetails>

Gets and sets the property TaskProperties.

The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5