Class: Aws::Types::ServiceJobPreemptionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceJobPreemptionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#preempted_attempt_count ⇒ ::Integer
Returns the value of attribute preempted_attempt_count.
-
#recent_preempted_attempts ⇒ ::Array[Types::ServiceJobPreemptedAttempt]
Returns the value of attribute recent_preempted_attempts.
Instance Attribute Details
#preempted_attempt_count ⇒ ::Integer
Returns the value of attribute preempted_attempt_count.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def preempted_attempt_count @preempted_attempt_count end |
#recent_preempted_attempts ⇒ ::Array[Types::ServiceJobPreemptedAttempt]
Returns the value of attribute recent_preempted_attempts.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def recent_preempted_attempts @recent_preempted_attempts end |