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.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def current_attempt @current_attempt end |
#next_attempt_delay_seconds ⇒ ::Integer
Returns the value of attribute next_attempt_delay_seconds.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def next_attempt_delay_seconds @next_attempt_delay_seconds end |