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.



28010
28011
28012
28013
28014
28015
28016
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28010

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)


28010
28011
28012
28013
28014
28015
28016
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28010

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

#sourceTypes::NetworkPathComponentDetails

Information about the origin of the component.



28010
28011
28012
28013
28014
28015
28016
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28010

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