Class: Aws::GuardDuty::Types::NetworkConnection

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

Overview

Contains information about the network connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directionString

The direction in which the network traffic is flowing.

Returns:

  • (String)


6361
6362
6363
6364
6365
# File 'lib/aws-sdk-guardduty/types.rb', line 6361

class NetworkConnection < Struct.new(
  :direction)
  SENSITIVE = []
  include Aws::Structure
end