Class: Aws::Types::AutoRetryConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutoRetryConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_retry_limit ⇒ ::Integer
Returns the value of attribute auto_retry_limit.
-
#auto_retry_number ⇒ ::Integer
Returns the value of attribute auto_retry_number.
-
#next_auto_retry ⇒ ::String
Returns the value of attribute next_auto_retry.
-
#previous_auto_retry ⇒ ::String
Returns the value of attribute previous_auto_retry.
Instance Attribute Details
#auto_retry_limit ⇒ ::Integer
Returns the value of attribute auto_retry_limit.
18 19 20 |
# File 'sig/types.rbs', line 18 def auto_retry_limit @auto_retry_limit end |
#auto_retry_number ⇒ ::Integer
Returns the value of attribute auto_retry_number.
19 20 21 |
# File 'sig/types.rbs', line 19 def auto_retry_number @auto_retry_number end |
#next_auto_retry ⇒ ::String
Returns the value of attribute next_auto_retry.
20 21 22 |
# File 'sig/types.rbs', line 20 def next_auto_retry @next_auto_retry end |
#previous_auto_retry ⇒ ::String
Returns the value of attribute previous_auto_retry.
21 22 23 |
# File 'sig/types.rbs', line 21 def previous_auto_retry @previous_auto_retry end |