You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppMesh::Types::VirtualGatewayHttp2ConnectionPool

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VirtualGatewayHttp2ConnectionPool as input to an Aws::Client method, you can use a vanilla Hash:

{
  max_requests: 1, # required
}

An object that represents a type of connection pool.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#max_requestsInteger

Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.

Returns:

  • (Integer)

    Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.