Class: Aws::Batch::Types::FrontOfQueueJobSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

An object that represents summary details for the first 100 ‘RUNNABLE` jobs in a job queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#earliest_time_at_positionInteger

The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.

Returns:

  • (Integer)


4666
4667
4668
4669
4670
4671
# File 'lib/aws-sdk-batch/types.rb', line 4666

class FrontOfQueueJobSummary < Struct.new(
  :job_arn,
  :earliest_time_at_position)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

The ARN for a job in a named job queue.

Returns:

  • (String)


4666
4667
4668
4669
4670
4671
# File 'lib/aws-sdk-batch/types.rb', line 4666

class FrontOfQueueJobSummary < Struct.new(
  :job_arn,
  :earliest_time_at_position)
  SENSITIVE = []
  include Aws::Structure
end