Class: Aws::Connect::Types::FilterV2StringCondition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

System defined filtering condition. For example, the NOT_EXISTS StringCondition returns documents where the field specified by FilterKey does not exist in the document.

When the NOT_EXISTS StringCondition is added to a FilterV2 object, FilterValues must be null or empty.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparisonString

The string condition.

Returns:

  • (String)


13607
13608
13609
13610
13611
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13607

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