Class: Aws::SecurityHub::Types::NetworkHeader
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::NetworkHeader
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about a network path component that occurs before or after the current component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::NetworkPathComponentDetails
Information about the destination of the component.
-
#protocol ⇒ String
The protocol used for the component.
-
#source ⇒ Types::NetworkPathComponentDetails
Information about the origin of the component.
Instance Attribute Details
#destination ⇒ Types::NetworkPathComponentDetails
Information about the destination of the component.
27089 27090 27091 27092 27093 27094 27095 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27089 class NetworkHeader < Struct.new( :protocol, :destination, :source) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol used for the component.
Length Constraints: Minimum of 1. Maximum of 16.
27089 27090 27091 27092 27093 27094 27095 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27089 class NetworkHeader < Struct.new( :protocol, :destination, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::NetworkPathComponentDetails
Information about the origin of the component.
27089 27090 27091 27092 27093 27094 27095 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27089 class NetworkHeader < Struct.new( :protocol, :destination, :source) SENSITIVE = [] include Aws::Structure end |