Class: Aws::Types::PortProbeDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_ip_detailsTypes::LocalIpDetails

Returns the value of attribute local_ip_details.



2435
2436
2437
# File 'sig/types.rbs', line 2435

def local_ip_details
  @local_ip_details
end

#local_port_detailsTypes::LocalPortDetails

Returns the value of attribute local_port_details.



2434
2435
2436
# File 'sig/types.rbs', line 2434

def local_port_details
  @local_port_details
end

#remote_ip_detailsTypes::RemoteIpDetails

Returns the value of attribute remote_ip_details.



2436
2437
2438
# File 'sig/types.rbs', line 2436

def remote_ip_details
  @remote_ip_details
end