Class: Aws::GuardDuty::Types::PortProbeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::PortProbeDetail
- Defined in:
- gems/aws-sdk-guardduty/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.
5343 5344 5345 5346 5347 5348 5349 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5343 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.
5343 5344 5345 5346 5347 5348 5349 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5343 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.
5343 5344 5345 5346 5347 5348 5349 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5343 class PortProbeDetail < Struct.new( :local_port_details, :local_ip_details, :remote_ip_details) SENSITIVE = [] include Aws::Structure end |