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>)


27145
27146
27147
27148
27149
27150
# File 'lib/aws-sdk-securityhub/types.rb', line 27145

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:



27145
27146
27147
27148
27149
27150
# File 'lib/aws-sdk-securityhub/types.rb', line 27145

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