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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


7715
7716
7717
7718
7719
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7715

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