Class: Aws::Types::RetryPolicy
- Inherits:
-
Object
- Object
- Aws::Types::RetryPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_attempts ⇒ ::Integer
Returns the value of attribute max_attempts.
-
#max_failed_attempts_per_hour ⇒ ::Integer
Returns the value of attribute max_failed_attempts_per_hour.
Instance Attribute Details
#max_attempts ⇒ ::Integer
Returns the value of attribute max_attempts.
488 489 490 |
# File 'sig/types.rbs', line 488 def max_attempts @max_attempts end |
#max_failed_attempts_per_hour ⇒ ::Integer
Returns the value of attribute max_failed_attempts_per_hour.
489 490 491 |
# File 'sig/types.rbs', line 489 def max_failed_attempts_per_hour @max_failed_attempts_per_hour end |