Class: Aws::Types::ServiceJobPreemptionSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#preempted_attempt_count::Integer

Returns the value of attribute preempted_attempt_count.

Returns:

  • (::Integer)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def preempted_attempt_count
  @preempted_attempt_count
end

#recent_preempted_attempts::Array[Types::ServiceJobPreemptedAttempt]

Returns the value of attribute recent_preempted_attempts.

Returns:



1458
1459
1460
# File 'sig/types.rbs', line 1458

def recent_preempted_attempts
  @recent_preempted_attempts
end