Class: Aws::Batch::Types::LatestServiceJobAttempt
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::LatestServiceJobAttempt
- Defined in:
- gems/aws-sdk-batch/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.
6209 6210 6211 6212 6213 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6209 class LatestServiceJobAttempt < Struct.new( :service_resource_id) SENSITIVE = [] include Aws::Structure end |