class Aws::SecurityHub::Types::NetworkHeader

Details about a network path component that occurs before or after the current component.

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

data as a hash:

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

@!attribute [rw] protocol

The protocol used for the component.
@return [String]

@!attribute [rw] destination

Information about the destination of the component.
@return [Types::NetworkPathComponentDetails]

@!attribute [rw] source

Information about the origin of the component.
@return [Types::NetworkPathComponentDetails]

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

Constants

SENSITIVE