Class: Aws::Types::VirtualGatewayConnectionPool

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

Defined Under Namespace

Classes: Grpc, Http, Http2, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grpcTypes::VirtualGatewayGrpcConnectionPool

Returns the value of attribute grpc.



1329
1330
1331
# File 'sig/types.rbs', line 1329

def grpc
  @grpc
end

#httpTypes::VirtualGatewayHttpConnectionPool

Returns the value of attribute http.



1330
1331
1332
# File 'sig/types.rbs', line 1330

def http
  @http
end

#http2Types::VirtualGatewayHttp2ConnectionPool

Returns the value of attribute http2.



1331
1332
1333
# File 'sig/types.rbs', line 1331

def http2
  @http2
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def unknown
  @unknown
end