Class: Aws::Types::RetryPolicy
- Inherits:
-
Object
- Object
- Aws::Types::RetryPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_event_age_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_event_age_in_seconds.
-
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
Instance Attribute Details
#maximum_event_age_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_event_age_in_seconds.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def maximum_event_age_in_seconds @maximum_event_age_in_seconds end |
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def maximum_retry_attempts @maximum_retry_attempts end |