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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destinationTypes::NetworkPathComponentDetails

Information about the destination of the component.



26333
26334
26335
26336
26337
26338
26339
# File 'lib/aws-sdk-securityhub/types.rb', line 26333

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)


26333
26334
26335
26336
26337
26338
26339
# File 'lib/aws-sdk-securityhub/types.rb', line 26333

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

#sourceTypes::NetworkPathComponentDetails

Information about the origin of the component.



26333
26334
26335
26336
26337
26338
26339
# File 'lib/aws-sdk-securityhub/types.rb', line 26333

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