Class: Aws::Batch::Types::QuotaSharePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::QuotaSharePolicy
- 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
-
#idle_resource_assignment_strategy ⇒ String
The strategy that determines how idle resources are assigned to quota shares that are borrowing capacity.
Instance Attribute Details
#idle_resource_assignment_strategy ⇒ String
The strategy that determines how idle resources are assigned to
quota shares that are borrowing capacity. Currently, only FIFO is
supported.
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 |