Class: Aws::Types::RetryStrategy
- Inherits:
-
Object
- Object
- Aws::Types::RetryStrategy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempts ⇒ ::Integer
Returns the value of attribute attempts.
-
#evaluate_on_exit ⇒ ::Array[Types::EvaluateOnExit]
Returns the value of attribute evaluate_on_exit.
Instance Attribute Details
#attempts ⇒ ::Integer
Returns the value of attribute attempts.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def attempts @attempts end |
#evaluate_on_exit ⇒ ::Array[Types::EvaluateOnExit]
Returns the value of attribute evaluate_on_exit.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def evaluate_on_exit @evaluate_on_exit end |