Class: Aws::Types::VirtualGatewayHttpConnectionPool

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_connections::Integer

Returns the value of attribute max_connections.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def max_pending_requests
  @max_pending_requests
end