The type of comparison. Only “less than” (LT) comparisons are supported.
Returns:
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