Class: Aws::SecurityHub::Types::NetworkPathComponentDetails

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

Overview

Information about the destination of the next component in the network path.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressArray<String>

The IP addresses of the destination.

Returns:

  • (Array<String>)


27003
27004
27005
27006
27007
27008
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27003

class NetworkPathComponentDetails < Struct.new(
  :address,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#port_rangesArray<Types::PortRange>

A list of port ranges for the destination.

Returns:



27003
27004
27005
27006
27007
27008
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27003

class NetworkPathComponentDetails < Struct.new(
  :address,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end