Class: Aws::Types::VirtualGatewayHttpConnectionPool
- Inherits:
-
Object
- Object
- Aws::Types::VirtualGatewayHttpConnectionPool
- 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.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def max_connections @max_connections end |
#max_pending_requests ⇒ ::Integer
Returns the value of attribute max_pending_requests.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def max_pending_requests @max_pending_requests end |