Method: Aws::SecurityHub::Types::Network#direction
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#direction ⇒ String
The direction of network traffic associated with a finding.
27780 27781 27782 27783 27784 27785 27786 27787 27788 27789 27790 27791 27792 27793 27794 27795 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27780 class Network < Struct.new( :direction, :protocol, :open_port_range, :source_ip_v4, :source_ip_v6, :source_port, :source_domain, :source_mac, :destination_ip_v4, :destination_ip_v6, :destination_port, :destination_domain) SENSITIVE = [] include Aws::Structure end |