class Aws::SecurityHub::Types::NetworkPathComponentDetails

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

@note When making an API call, you may pass NetworkPathComponentDetails

data as a hash:

    {
      address: ["NonEmptyString"],
      port_ranges: [
        {
          begin: 1,
          end: 1,
        },
      ],
    }

@!attribute [rw] address

The IP addresses of the destination.
@return [Array<String>]

@!attribute [rw] port_ranges

A list of port ranges for the destination.
@return [Array<Types::PortRange>]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/NetworkPathComponentDetails AWS API Documentation

Constants

SENSITIVE