Class: Aws::Types::HttpRetryPolicy
- Inherits:
-
Object
- Object
- Aws::Types::HttpRetryPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_retry_events ⇒ ::Array[::String]
Returns the value of attribute http_retry_events.
-
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
-
#per_retry_timeout ⇒ Types::Duration
Returns the value of attribute per_retry_timeout.
-
#tcp_retry_events ⇒ ::Array[("connection-error")]
Returns the value of attribute tcp_retry_events.
Instance Attribute Details
#http_retry_events ⇒ ::Array[::String]
Returns the value of attribute http_retry_events.
666 667 668 |
# File 'sig/types.rbs', line 666 def http_retry_events @http_retry_events end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
667 668 669 |
# File 'sig/types.rbs', line 667 def max_retries @max_retries end |
#per_retry_timeout ⇒ Types::Duration
Returns the value of attribute per_retry_timeout.
668 669 670 |
# File 'sig/types.rbs', line 668 def per_retry_timeout @per_retry_timeout end |
#tcp_retry_events ⇒ ::Array[("connection-error")]
Returns the value of attribute tcp_retry_events.
669 670 671 |
# File 'sig/types.rbs', line 669 def tcp_retry_events @tcp_retry_events end |