Class: Aws::SecurityHub::Types::NetworkPathComponent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Information about a network path component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_idString

The identifier of a component in the network path.

Returns:

  • (String)


26981
26982
26983
26984
26985
26986
26987
26988
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26981

class NetworkPathComponent < Struct.new(
  :component_id,
  :component_type,
  :egress,
  :ingress)
  SENSITIVE = []
  include Aws::Structure
end

#component_typeString

The type of component.

Returns:

  • (String)


26981
26982
26983
26984
26985
26986
26987
26988
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26981

class NetworkPathComponent < Struct.new(
  :component_id,
  :component_type,
  :egress,
  :ingress)
  SENSITIVE = []
  include Aws::Structure
end

#egressTypes::NetworkHeader

Information about the component that comes after the current component in the network path.



26981
26982
26983
26984
26985
26986
26987
26988
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26981

class NetworkPathComponent < Struct.new(
  :component_id,
  :component_type,
  :egress,
  :ingress)
  SENSITIVE = []
  include Aws::Structure
end

#ingressTypes::NetworkHeader

Information about the component that comes before the current node in the network path.



26981
26982
26983
26984
26985
26986
26987
26988
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26981

class NetworkPathComponent < Struct.new(
  :component_id,
  :component_type,
  :egress,
  :ingress)
  SENSITIVE = []
  include Aws::Structure
end