Class: Aws::EMRContainers::Types::RetryPolicyExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::RetryPolicyExecution
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
The current status of the retry policy executed on the job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_attempt_count ⇒ Integer
The current number of attempts made on the driver of the job.
Instance Attribute Details
#current_attempt_count ⇒ Integer
The current number of attempts made on the driver of the job.
1681 1682 1683 1684 1685 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1681 class RetryPolicyExecution < Struct.new( :current_attempt_count) SENSITIVE = [] include Aws::Structure end |