class Aws::Connect::Types::Threshold

Contains information about the threshold for service level metrics.

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

data as a hash:

    {
      comparison: "LT", # accepts LT
      threshold_value: 1.0,
    }

@!attribute [rw] comparison

The type of comparison. Only "less than" (LT) comparisons are
supported.
@return [String]

@!attribute [rw] threshold_value

The threshold value to compare.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Threshold AWS API Documentation

Constants

SENSITIVE