ListJobsByConsumableResourceSummary
Current information about a consumable resource required by a job.
Contents
- consumableResourceProperties
- 
               Contains a list of consumable resources required by the job. Type: ConsumableResourceProperties object Required: Yes 
- createdAt
- 
               The Unix timestamp (in milliseconds) for when the consumable resource was created. Type: Long Required: Yes 
- jobArn
- 
               The Amazon Resource Name (ARN) of the job. Type: String Required: Yes 
- jobName
- 
               The name of the job. Type: String Required: Yes 
- jobQueueArn
- 
               The Amazon Resource Name (ARN) of the job queue. Type: String Required: Yes 
- jobStatus
- 
               The status of the job. Can be one of: - 
                     SUBMITTED
- 
                     PENDING
- 
                     RUNNABLE
- 
                     STARTING
- 
                     RUNNING
- 
                     SUCCEEDED
- 
                     FAILED
 Type: String Required: Yes 
- 
                     
- quantity
- 
               The total amount of the consumable resource that is available. Type: Long Required: Yes 
- jobDefinitionArn
- 
               The Amazon Resource Name (ARN) of the job definition. Type: String Required: No 
- 
               The fair-share scheduling policy identifier for the job. Type: String Required: No 
- startedAt
- 
               The Unix timestamp for when the job was started. More specifically, it's when the job transitioned from the STARTINGstate to theRUNNINGstate.Type: Long Required: No 
- statusReason
- 
               A short, human-readable string to provide more details for the current status of the job. Type: String Required: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: