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::ActionLocalIpDetails

Returns the value of attribute local_ip_details.



6866
6867
6868
# File 'sig/types.rbs', line 6866

def local_ip_details
  @local_ip_details
end

#local_port_detailsTypes::ActionLocalPortDetails

Returns the value of attribute local_port_details.



6865
6866
6867
# File 'sig/types.rbs', line 6865

def local_port_details
  @local_port_details
end

#remote_ip_detailsTypes::ActionRemoteIpDetails

Returns the value of attribute remote_ip_details.



6867
6868
6869
# File 'sig/types.rbs', line 6867

def remote_ip_details
  @remote_ip_details
end