Class: Aws::SecurityHub::Types::NetworkHeader

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

Instance Attribute Details

#destinationTypes::NetworkPathComponentDetails

Information about the destination of the component.



27091
27092
27093
27094
27095
27096
27097
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27091

class NetworkHeader < Struct.new(
  :protocol,
  :destination,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol used for the component.

Length Constraints: Minimum of 1. Maximum of 16.

Returns:

  • (String)


27091
27092
27093
27094
27095
27096
27097
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27091

class NetworkHeader < Struct.new(
  :protocol,
  :destination,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::NetworkPathComponentDetails

Information about the origin of the component.



27091
27092
27093
27094
27095
27096
27097
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27091

class NetworkHeader < Struct.new(
  :protocol,
  :destination,
  :source)
  SENSITIVE = []
  include Aws::Structure
end