You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Connect::Types::Threshold

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Threshold as input to an Aws::Client method, you can use a vanilla Hash:

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

Contains information about the threshold for service level metrics.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#comparisonString

The type of comparison. Only \"less than\" (LT) comparisons are supported.

Possible values:

  • LT

Returns:

  • (String)

    The type of comparison.

#threshold_valueFloat

The threshold value to compare.

Returns:

  • (Float)

    The threshold value to compare.