Class: Aws::Types::VirtualNodeHttpConnectionPool
- Inherits:
-
Object
- Object
- Aws::Types::VirtualNodeHttpConnectionPool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_connections ⇒ ::Integer
Returns the value of attribute max_connections.
-
#max_pending_requests ⇒ ::Integer
Returns the value of attribute max_pending_requests.
Instance Attribute Details
#max_connections ⇒ ::Integer
Returns the value of attribute max_connections.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def max_connections @max_connections end |
#max_pending_requests ⇒ ::Integer
Returns the value of attribute max_pending_requests.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def max_pending_requests @max_pending_requests end |