class Aws::Inspector2::Types::NumberFilter

An object that describes the details of a number filter.

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

data as a hash:

    {
      lower_inclusive: 1.0,
      upper_inclusive: 1.0,
    }

@!attribute [rw] lower_inclusive

The lowest number to be included in the filter.
@return [Float]

@!attribute [rw] upper_inclusive

The highest number to be included in the filter.
@return [Float]

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

Constants

SENSITIVE