ListJobsByConsumableResourceSummary

Current information about a consumable resource required by a job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains a list of consumable resources required by the job.

Link copied to clipboard

The Unix timestamp (in milliseconds) for when the consumable resource was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the job definition.

Link copied to clipboard

The name of the job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the job queue.

Link copied to clipboard

The status of the job. Can be one of:

Link copied to clipboard

The total amount of the consumable resource that is available.

Link copied to clipboard

The fair-share scheduling policy identifier for the job.

Link copied to clipboard

The Unix timestamp for when the job was started. More specifically, it's when the job transitioned from the STARTING state to the RUNNING state.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String