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.
1691 1692 1693 1694 1695 |
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1691 class RetryPolicyConfiguration < Struct.new( :max_attempts) SENSITIVE = [] include Aws::Structure end |