Class: Aws::Types::ServiceJobRetryStrategy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempts::Integer

Returns the value of attribute attempts.

Returns:

  • (::Integer)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def attempts
  @attempts
end

#evaluate_on_exit::Array[Types::ServiceJobEvaluateOnExit]

Returns the value of attribute evaluate_on_exit.

Returns:



1464
1465
1466
# File 'sig/types.rbs', line 1464

def evaluate_on_exit
  @evaluate_on_exit
end