Class: Aws::Types::RetryCriteria
- Inherits:
-
Object
- Object
- Aws::Types::RetryCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_type ⇒ "FAILED", ...
Returns the value of attribute failure_type.
-
#number_of_retries ⇒ ::Integer
Returns the value of attribute number_of_retries.
Instance Attribute Details
#failure_type ⇒ "FAILED", ...
Returns the value of attribute failure_type.
4335 4336 4337 |
# File 'sig/types.rbs', line 4335 def failure_type @failure_type end |
#number_of_retries ⇒ ::Integer
Returns the value of attribute number_of_retries.
4336 4337 4338 |
# File 'sig/types.rbs', line 4336 def number_of_retries @number_of_retries end |