Class: Aws::QConnect::Types::Filter

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

Overview

A search filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldString

The field on which to filter.

Returns:

  • (String)


1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1462

class Filter < Struct.new(
  :field,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

The operator to use for comparing the field’s value with the provided value.

Returns:

  • (String)


1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1462

class Filter < Struct.new(
  :field,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The desired field value on which to filter.

Returns:

  • (String)


1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1462

class Filter < Struct.new(
  :field,
  :operator,
  :value)
  SENSITIVE = []
  include Aws::Structure
end