Class: Aws::Batch::Types::LatestServiceJobAttempt
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::LatestServiceJobAttempt
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
Information about the latest attempt of a service job. A Service job can transition from ‘SCHEDULED` back to `RUNNABLE` state when they encounter capacity constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_resource_id ⇒ Types::ServiceResourceId
The service resource identifier associated with the service job attempt.
Instance Attribute Details
#service_resource_id ⇒ Types::ServiceResourceId
The service resource identifier associated with the service job attempt.
6341 6342 6343 6344 6345 |
# File 'lib/aws-sdk-batch/types.rb', line 6341 class LatestServiceJobAttempt < Struct.new( :service_resource_id) SENSITIVE = [] include Aws::Structure end |