Class: Aws::Types::VirtualNodeConnectionPool

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

Defined Under Namespace

Classes: Grpc, Http, Http2, Tcp, Unknown

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#grpcTypes::VirtualNodeGrpcConnectionPool

Returns the value of attribute grpc.



1529
1530
1531
# File 'sig/types.rbs', line 1529

def grpc
  @grpc
end

#httpTypes::VirtualNodeHttpConnectionPool

Returns the value of attribute http.



1530
1531
1532
# File 'sig/types.rbs', line 1530

def http
  @http
end

#http2Types::VirtualNodeHttp2ConnectionPool

Returns the value of attribute http2.



1531
1532
1533
# File 'sig/types.rbs', line 1531

def http2
  @http2
end

#tcpTypes::VirtualNodeTcpConnectionPool

Returns the value of attribute tcp.



1532
1533
1534
# File 'sig/types.rbs', line 1532

def tcp
  @tcp
end

#unknownObject

Returns the value of attribute unknown.



1533
1534
1535
# File 'sig/types.rbs', line 1533

def unknown
  @unknown
end