Class: Aws::QConnect::Types::QueryConditionItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::QueryConditionItem
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The condition for the query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparator ⇒ String
The comparison operator for query condition to query on.
-
#field ⇒ String
The name of the field for query condition to query on.
-
#value ⇒ String
The value for the query condition to query on.
Instance Attribute Details
#comparator ⇒ String
The comparison operator for query condition to query on.
7428 7429 7430 7431 7432 7433 7434 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7428 class QueryConditionItem < Struct.new( :comparator, :field, :value) SENSITIVE = [] include Aws::Structure end |
#field ⇒ String
The name of the field for query condition to query on.
7428 7429 7430 7431 7432 7433 7434 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7428 class QueryConditionItem < Struct.new( :comparator, :field, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for the query condition to query on.
7428 7429 7430 7431 7432 7433 7434 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7428 class QueryConditionItem < Struct.new( :comparator, :field, :value) SENSITIVE = [] include Aws::Structure end |