Class: Aws::GuardDuty::Types::NetworkConnectionAction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the NETWORK_CONNECTION action described in the finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blockedBoolean

Indicates whether EC2 blocked the network connection to your instance.

Returns:

  • (Boolean)


6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
# File 'lib/aws-sdk-guardduty/types.rb', line 6151

class NetworkConnectionAction < Struct.new(
  :blocked,
  :connection_direction,
  :local_port_details,
  :protocol,
  :local_ip_details,
  :local_network_interface,
  :remote_ip_details,
  :remote_port_details)
  SENSITIVE = []
  include Aws::Structure
end

#connection_directionString

The network connection direction.

Returns:

  • (String)


6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
# File 'lib/aws-sdk-guardduty/types.rb', line 6151

class NetworkConnectionAction < Struct.new(
  :blocked,
  :connection_direction,
  :local_port_details,
  :protocol,
  :local_ip_details,
  :local_network_interface,
  :remote_ip_details,
  :remote_port_details)
  SENSITIVE = []
  include Aws::Structure
end

#local_ip_detailsTypes::LocalIpDetails

The local IP information of the connection.



6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
# File 'lib/aws-sdk-guardduty/types.rb', line 6151

class NetworkConnectionAction < Struct.new(
  :blocked,
  :connection_direction,
  :local_port_details,
  :protocol,
  :local_ip_details,
  :local_network_interface,
  :remote_ip_details,
  :remote_port_details)
  SENSITIVE = []
  include Aws::Structure
end

#local_network_interfaceString

The EC2 instance’s local elastic network interface utilized for the connection.

Returns:

  • (String)


6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
# File 'lib/aws-sdk-guardduty/types.rb', line 6151

class NetworkConnectionAction < Struct.new(
  :blocked,
  :connection_direction,
  :local_port_details,
  :protocol,
  :local_ip_details,
  :local_network_interface,
  :remote_ip_details,
  :remote_port_details)
  SENSITIVE = []
  include Aws::Structure
end

#local_port_detailsTypes::LocalPortDetails

The local port information of the connection.



6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
# File 'lib/aws-sdk-guardduty/types.rb', line 6151

class NetworkConnectionAction < Struct.new(
  :blocked,
  :connection_direction,
  :local_port_details,
  :protocol,
  :local_ip_details,
  :local_network_interface,
  :remote_ip_details,
  :remote_port_details)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The network connection protocol.

Returns:

  • (String)


6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
# File 'lib/aws-sdk-guardduty/types.rb', line 6151

class NetworkConnectionAction < Struct.new(
  :blocked,
  :connection_direction,
  :local_port_details,
  :protocol,
  :local_ip_details,
  :local_network_interface,
  :remote_ip_details,
  :remote_port_details)
  SENSITIVE = []
  include Aws::Structure
end

#remote_ip_detailsTypes::RemoteIpDetails

The remote IP information of the connection.



6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
# File 'lib/aws-sdk-guardduty/types.rb', line 6151

class NetworkConnectionAction < Struct.new(
  :blocked,
  :connection_direction,
  :local_port_details,
  :protocol,
  :local_ip_details,
  :local_network_interface,
  :remote_ip_details,
  :remote_port_details)
  SENSITIVE = []
  include Aws::Structure
end

#remote_port_detailsTypes::RemotePortDetails

The remote port information of the connection.



6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
# File 'lib/aws-sdk-guardduty/types.rb', line 6151

class NetworkConnectionAction < Struct.new(
  :blocked,
  :connection_direction,
  :local_port_details,
  :protocol,
  :local_ip_details,
  :local_network_interface,
  :remote_ip_details,
  :remote_port_details)
  SENSITIVE = []
  include Aws::Structure
end