Method: Aws::Connect::Types::Threshold#comparison

Defined in:
lib/aws-sdk-connect/types.rb

#comparisonString

The type of comparison. Only “less than” (LT) comparisons are supported.

Returns:

  • (String)


25212
25213
25214
25215
25216
25217
# File 'lib/aws-sdk-connect/types.rb', line 25212

class Threshold < Struct.new(
  :comparison,
  :threshold_value)
  SENSITIVE = []
  include Aws::Structure
end