Class: Aws::GuardDuty::Types::PortProbeDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Details about the port probe finding.

Instance Attribute Summary collapse

Instance Attribute Details

#local_port_detailsTypes::LocalPortDetails

Local port information of the connection.



2304
2305
2306
2307
2308
# File 'lib/aws-sdk-guardduty/types.rb', line 2304

class PortProbeDetail < Struct.new(
  :local_port_details,
  :remote_ip_details)
  include Aws::Structure
end

#remote_ip_detailsTypes::RemoteIpDetails

Remote IP information of the connection.



2304
2305
2306
2307
2308
# File 'lib/aws-sdk-guardduty/types.rb', line 2304

class PortProbeDetail < Struct.new(
  :local_port_details,
  :remote_ip_details)
  include Aws::Structure
end