class Aws::Inspector2::Types::PortRangeFilter

An object that describes the details of a port range filter.

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

data as a hash:

    {
      begin_inclusive: 1,
      end_inclusive: 1,
    }

@!attribute [rw] begin_inclusive

The port number the port range begins at.
@return [Integer]

@!attribute [rw] end_inclusive

The port number the port range ends at.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/PortRangeFilter AWS API Documentation

Constants

SENSITIVE