Class: Aws::Batch::Types::LatestServiceJobAttempt

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#service_resource_idTypes::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