Class: Aws::Types::VirtualGatewayConnectionPool
- Inherits:
-
Object
- Object
- Aws::Types::VirtualGatewayConnectionPool
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Grpc, Http, Http2, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grpc ⇒ Types::VirtualGatewayGrpcConnectionPool
Returns the value of attribute grpc.
-
#http ⇒ Types::VirtualGatewayHttpConnectionPool
Returns the value of attribute http.
-
#http2 ⇒ Types::VirtualGatewayHttp2ConnectionPool
Returns the value of attribute http2.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#grpc ⇒ Types::VirtualGatewayGrpcConnectionPool
Returns the value of attribute grpc.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def grpc @grpc end |
#http ⇒ Types::VirtualGatewayHttpConnectionPool
Returns the value of attribute http.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def http @http end |
#http2 ⇒ Types::VirtualGatewayHttp2ConnectionPool
Returns the value of attribute http2.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def http2 @http2 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def unknown @unknown end |