Class: Aws::Types::BackendConnectionErrors
- Inherits:
-
Object
- Object
- Aws::Types::BackendConnectionErrors
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_refused_count ⇒ ::Integer
Returns the value of attribute connection_refused_count.
-
#http_code_4_xx_count ⇒ ::Integer
Returns the value of attribute http_code_4_xx_count.
-
#http_code_5_xx_count ⇒ ::Integer
Returns the value of attribute http_code_5_xx_count.
-
#other_count ⇒ ::Integer
Returns the value of attribute other_count.
-
#timeout_count ⇒ ::Integer
Returns the value of attribute timeout_count.
-
#unknown_host_count ⇒ ::Integer
Returns the value of attribute unknown_host_count.
Instance Attribute Details
#connection_refused_count ⇒ ::Integer
Returns the value of attribute connection_refused_count.
37 38 39 |
# File 'sig/types.rbs', line 37 def connection_refused_count @connection_refused_count end |
#http_code_4_xx_count ⇒ ::Integer
Returns the value of attribute http_code_4_xx_count.
38 39 40 |
# File 'sig/types.rbs', line 38 def http_code_4_xx_count @http_code_4_xx_count end |
#http_code_5_xx_count ⇒ ::Integer
Returns the value of attribute http_code_5_xx_count.
39 40 41 |
# File 'sig/types.rbs', line 39 def http_code_5_xx_count @http_code_5_xx_count end |
#other_count ⇒ ::Integer
Returns the value of attribute other_count.
41 42 43 |
# File 'sig/types.rbs', line 41 def other_count @other_count end |
#timeout_count ⇒ ::Integer
Returns the value of attribute timeout_count.
36 37 38 |
# File 'sig/types.rbs', line 36 def timeout_count @timeout_count end |
#unknown_host_count ⇒ ::Integer
Returns the value of attribute unknown_host_count.
40 41 42 |
# File 'sig/types.rbs', line 40 def unknown_host_count @unknown_host_count end |