Class: Aws::Batch::Types::QuotaSharePreemptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::QuotaSharePreemptionConfiguration
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Specifies the preemption behavior for jobs in a quota share.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#in_share_preemption ⇒ String
Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.
Instance Attribute Details
#in_share_preemption ⇒ String
Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.
8514 8515 8516 8517 8518 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8514 class QuotaSharePreemptionConfiguration < Struct.new( :in_share_preemption) SENSITIVE = [] include Aws::Structure end |