Class: Aws::GuardDuty::Types::PortProbeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::PortProbeDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the port probe details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_ip_details ⇒ Types::LocalIpDetails
The local IP information of the connection.
-
#local_port_details ⇒ Types::LocalPortDetails
The local port information of the connection.
-
#remote_ip_details ⇒ Types::RemoteIpDetails
The remote IP information of the connection.
Instance Attribute Details
#local_ip_details ⇒ Types::LocalIpDetails
The local IP information of the connection.
6860 6861 6862 6863 6864 6865 6866 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6860 class PortProbeDetail < Struct.new( :local_port_details, :local_ip_details, :remote_ip_details) SENSITIVE = [] include Aws::Structure end |
#local_port_details ⇒ Types::LocalPortDetails
The local port information of the connection.
6860 6861 6862 6863 6864 6865 6866 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6860 class PortProbeDetail < Struct.new( :local_port_details, :local_ip_details, :remote_ip_details) SENSITIVE = [] include Aws::Structure end |
#remote_ip_details ⇒ Types::RemoteIpDetails
The remote IP information of the connection.
6860 6861 6862 6863 6864 6865 6866 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6860 class PortProbeDetail < Struct.new( :local_port_details, :local_ip_details, :remote_ip_details) SENSITIVE = [] include Aws::Structure end |