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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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>)


26389
26390
26391
26392
26393
26394
# File 'lib/aws-sdk-securityhub/types.rb', line 26389

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:



26389
26390
26391
26392
26393
26394
# File 'lib/aws-sdk-securityhub/types.rb', line 26389

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