Class: Aws::Batch::Types::QuotaSharePolicy

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

Overview

The quota share scheduling policy details for a job queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idle_resource_assignment_strategyString

The strategy that determines how idle resources are assigned to quota shares that are borrowing capacity. Currently, only FIFO is supported.

Returns:

  • (String)


8499
8500
8501
8502
8503
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8499

class QuotaSharePolicy < Struct.new(
  :idle_resource_assignment_strategy)
  SENSITIVE = []
  include Aws::Structure
end