Class: Aws::Types::NetworkReachabilityDetails
- Inherits:
-
Object
- Object
- Aws::Types::NetworkReachabilityDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_path ⇒ Types::NetworkPath
Returns the value of attribute network_path.
-
#open_port_range ⇒ Types::PortRange
Returns the value of attribute open_port_range.
-
#protocol ⇒ "TCP", "UDP"
Returns the value of attribute protocol.
Instance Attribute Details
#network_path ⇒ Types::NetworkPath
Returns the value of attribute network_path.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def network_path @network_path end |
#open_port_range ⇒ Types::PortRange
Returns the value of attribute open_port_range.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def open_port_range @open_port_range end |
#protocol ⇒ "TCP", "UDP"
Returns the value of attribute protocol.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def protocol @protocol end |