Class: Aws::Types::GrpcRetryPolicy
- Inherits:
-
Object
- Object
- Aws::Types::GrpcRetryPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grpc_retry_events ⇒ ::Array[("cancelled" | "deadline-exceeded" | "internal" | "resource-exhausted" | "unavailable")]
Returns the value of attribute grpc_retry_events.
-
#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
#grpc_retry_events ⇒ ::Array[("cancelled" | "deadline-exceeded" | "internal" | "resource-exhausted" | "unavailable")]
Returns the value of attribute grpc_retry_events.
506 507 508 |
# File 'sig/types.rbs', line 506 def grpc_retry_events @grpc_retry_events end |
#http_retry_events ⇒ ::Array[::String]
Returns the value of attribute http_retry_events.
507 508 509 |
# File 'sig/types.rbs', line 507 def http_retry_events @http_retry_events end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
508 509 510 |
# File 'sig/types.rbs', line 508 def max_retries @max_retries end |
#per_retry_timeout ⇒ Types::Duration
Returns the value of attribute per_retry_timeout.
509 510 511 |
# File 'sig/types.rbs', line 509 def per_retry_timeout @per_retry_timeout end |
#tcp_retry_events ⇒ ::Array[("connection-error")]
Returns the value of attribute tcp_retry_events.
510 511 512 |
# File 'sig/types.rbs', line 510 def tcp_retry_events @tcp_retry_events end |