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
- Struct
- Aws::Connect::Types::Threshold
- 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
-
#comparison ⇒ String
The type of comparison.
-
#threshold_value ⇒ Float
The threshold value to compare.
Instance Attribute Details
#comparison ⇒ String
The type of comparison. Only \"less than\" (LT) comparisons are supported.
Possible values:
- LT
#threshold_value ⇒ Float
The threshold value to compare.