Class: Aws::GuardDuty::Types::NetworkConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::NetworkConnection
- 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
-
#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.
6361 6362 6363 6364 6365 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6361 class NetworkConnection < Struct.new( :direction) SENSITIVE = [] include Aws::Structure end |