Class: Aws::Batch::Types::FrontOfQuotaSharesDetail

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

Overview

An object that represents the details of the first RUNNABLE job in each named quota share associated with a single job queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_atInteger

The Unix timestamp (in milliseconds) for when the first RUNNABLE job per quota share were all last updated.

Returns:

  • (Integer)


5980
5981
5982
5983
5984
5985
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 5980

class FrontOfQuotaSharesDetail < Struct.new(
  :quota_shares,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#quota_sharesHash<String,Array<Types::FrontOfQuotaShareJobSummary>>

Contains a list of the first RUNNABLE job in each named quota share.

Returns:



5980
5981
5982
5983
5984
5985
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 5980

class FrontOfQuotaSharesDetail < Struct.new(
  :quota_shares,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end