Class: Aws::GuardDuty::Types::NetworkConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::NetworkConnection
- 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
-
#direction ⇒ String
The direction in which the network traffic is flowing.
Instance Attribute Details
#direction ⇒ String
The direction in which the network traffic is flowing.
6365 6366 6367 6368 6369 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6365 class NetworkConnection < Struct.new( :direction) SENSITIVE = [] include Aws::Structure end |