Class: Aws::EMRContainers::Types::RetryPolicyExecution

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/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

Instance Attribute Details

#current_attempt_countInteger

The current number of attempts made on the driver of the job.

Returns:

  • (Integer)


1681
1682
1683
1684
1685
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1681

class RetryPolicyExecution < Struct.new(
  :current_attempt_count)
  SENSITIVE = []
  include Aws::Structure
end