Class: Aws::EMRContainers::Types::RetryPolicyConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#max_attemptsInteger

The maximum number of attempts on the job's driver.

Returns:

  • (Integer)


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