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.



26951
26952
26953
26954
26955
26956
26957
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26951

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

#protocolString

The protocol used for the component.

Returns:

  • (String)


26951
26952
26953
26954
26955
26956
26957
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26951

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

#sourceTypes::NetworkPathComponentDetails

Information about the origin of the component.



26951
26952
26953
26954
26955
26956
26957
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26951

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