You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::NetworkConnectionAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::NetworkConnectionAction
- Defined in:
- (unknown)
Overview
Contains information about the NETWORK_CONNECTION action described in the finding.
Returned by:
Instance Attribute Summary collapse
-
#blocked ⇒ Boolean
Indicates whether EC2 blocked the network connection to your instance.
-
#connection_direction ⇒ String
The network connection direction.
-
#local_ip_details ⇒ Types::LocalIpDetails
The local IP information of the connection.
-
#local_port_details ⇒ Types::LocalPortDetails
The local port information of the connection.
-
#protocol ⇒ String
The network connection protocol.
-
#remote_ip_details ⇒ Types::RemoteIpDetails
The remote IP information of the connection.
-
#remote_port_details ⇒ Types::RemotePortDetails
The remote port information of the connection.
Instance Attribute Details
#blocked ⇒ Boolean
Indicates whether EC2 blocked the network connection to your instance.
#connection_direction ⇒ String
The network connection direction.
#local_ip_details ⇒ Types::LocalIpDetails
The local IP information of the connection.
#local_port_details ⇒ Types::LocalPortDetails
The local port information of the connection.
#protocol ⇒ String
The network connection protocol.
#remote_ip_details ⇒ Types::RemoteIpDetails
The remote IP information of the connection.
#remote_port_details ⇒ Types::RemotePortDetails
The remote port information of the connection.