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
show all
Defined in:
(unknown)

Overview

Contains information about the NETWORK_CONNECTION action described in the finding.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#blockedBoolean

Indicates whether EC2 blocked the network connection to your instance.

Returns:

  • (Boolean)

    Indicates whether EC2 blocked the network connection to your instance.

#connection_directionString

The network connection direction.

Returns:

  • (String)

    The network connection direction.

#local_ip_detailsTypes::LocalIpDetails

The local IP information of the connection.

Returns:

#local_port_detailsTypes::LocalPortDetails

The local port information of the connection.

Returns:

#protocolString

The network connection protocol.

Returns:

  • (String)

    The network connection protocol.

#remote_ip_detailsTypes::RemoteIpDetails

The remote IP information of the connection.

Returns:

#remote_port_detailsTypes::RemotePortDetails

The remote port information of the connection.

Returns: