Class: Aws::Types::RetryStrategy

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:



1456
1457
1458
# File 'sig/types.rbs', line 1456

def attempts
  @attempts
end

#evaluate_on_exit::Array[Types::EvaluateOnExit]

Returns the value of attribute evaluate_on_exit.

Returns:



1457
1458
1459
# File 'sig/types.rbs', line 1457

def evaluate_on_exit
  @evaluate_on_exit
end