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.
8519 8520 8521 8522 8523 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8519 class QuotaSharePreemptionConfiguration < Struct.new( :in_share_preemption) SENSITIVE = [] include Aws::Structure end |