Class: Aws::Types::RetryDetails
- Inherits:
-
Object
- Object
- Aws::Types::RetryDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_attempt ⇒ ::Integer
Returns the value of attribute current_attempt.
-
#next_attempt_delay_seconds ⇒ ::Integer
Returns the value of attribute next_attempt_delay_seconds.
Instance Attribute Details
#current_attempt ⇒ ::Integer
Returns the value of attribute current_attempt.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def current_attempt @current_attempt end |
#next_attempt_delay_seconds ⇒ ::Integer
Returns the value of attribute next_attempt_delay_seconds.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def next_attempt_delay_seconds @next_attempt_delay_seconds end |