Class: Aws::EMRContainers::Types::RetryPolicyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::RetryPolicyConfiguration
- Defined in:
- gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb
Overview
The configuration of the retry policy that the job runs on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_attempts ⇒ Integer
The maximum number of attempts on the job's driver.
Instance Attribute Details
#max_attempts ⇒ Integer
The maximum number of attempts on the job's driver.
1667 1668 1669 1670 1671 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1667 class RetryPolicyConfiguration < Struct.new( :max_attempts) SENSITIVE = [] include Aws::Structure end |