You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NetworkPathComponentDetails as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#addressArray<String>

The IP addresses of the destination.

Returns:

  • (Array<String>)

    The IP addresses of the destination.

#port_rangesArray<Types::PortRange>

A list of port ranges for the destination.

Returns: