Class: Aws::Batch::Types::QuotaSharePreemptionConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#in_share_preemptionString

Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.

Returns:

  • (String)


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