Class: Aws::Types::NetworkReachabilityDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_pathTypes::NetworkPath

Returns the value of attribute network_path.

Returns:



2226
2227
2228
# File 'sig/types.rbs', line 2226

def network_path
  @network_path
end

#open_port_rangeTypes::PortRange

Returns the value of attribute open_port_range.

Returns:



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.

Returns:

  • ("TCP", "UDP")


2225
2226
2227
# File 'sig/types.rbs', line 2225

def protocol
  @protocol
end