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.
934 935 936 |
# File 'sig/types.rbs', line 934 def maximum_event_age_in_seconds @maximum_event_age_in_seconds end |
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
933 934 935 |
# File 'sig/types.rbs', line 933 def maximum_retry_attempts @maximum_retry_attempts end |