Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SecurityHub::Types::PortProbeDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

A port scan that was part of the port probe. For each scan, PortProbeDetails provides information about the local IP address and port that were scanned, and the remote IP address that the scan originated from.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_ip_detailsTypes::ActionLocalIpDetails

Provides information about the IP address where the scanned port is located.


28519
28520
28521
28522
28523
28524
28525
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28519

class PortProbeDetail < Struct.new(
  :local_port_details,
  :local_ip_details,
  :remote_ip_details)
  SENSITIVE = []
  include Aws::Structure
end

#local_port_detailsTypes::ActionLocalPortDetails

Provides information about the port that was scanned.


28519
28520
28521
28522
28523
28524
28525
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28519

class PortProbeDetail < Struct.new(
  :local_port_details,
  :local_ip_details,
  :remote_ip_details)
  SENSITIVE = []
  include Aws::Structure
end

#remote_ip_detailsTypes::ActionRemoteIpDetails

Provides information about the remote IP address that performed the scan.


28519
28520
28521
28522
28523
28524
28525
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28519

class PortProbeDetail < Struct.new(
  :local_port_details,
  :local_ip_details,
  :remote_ip_details)
  SENSITIVE = []
  include Aws::Structure
end