class Aws::SecurityHub::Types::ActionLocalPortDetails

For `NetworkConnectionAction` and `PortProbeDetails`, `LocalPortDetails` provides information about the local port that was involved in the action.

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

data as a hash:

    {
      port: 1,
      port_name: "NonEmptyString",
    }

@!attribute [rw] port

The number of the port.
@return [Integer]

@!attribute [rw] port_name

The port name of the local connection.
@return [String]

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

Constants

SENSITIVE