Class: Aws::Types::VirtualNodeConnectionPool
- Inherits:
-
Object
- Object
- Aws::Types::VirtualNodeConnectionPool
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Grpc, Http, Http2, Tcp, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grpc ⇒ Types::VirtualNodeGrpcConnectionPool
Returns the value of attribute grpc.
-
#http ⇒ Types::VirtualNodeHttpConnectionPool
Returns the value of attribute http.
-
#http2 ⇒ Types::VirtualNodeHttp2ConnectionPool
Returns the value of attribute http2.
-
#tcp ⇒ Types::VirtualNodeTcpConnectionPool
Returns the value of attribute tcp.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#grpc ⇒ Types::VirtualNodeGrpcConnectionPool
Returns the value of attribute grpc.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def grpc @grpc end |
#http ⇒ Types::VirtualNodeHttpConnectionPool
Returns the value of attribute http.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def http @http end |
#http2 ⇒ Types::VirtualNodeHttp2ConnectionPool
Returns the value of attribute http2.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def http2 @http2 end |
#tcp ⇒ Types::VirtualNodeTcpConnectionPool
Returns the value of attribute tcp.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def tcp @tcp end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def unknown @unknown end |