Class: Aws::QConnect::Types::QueryConditionItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::QueryConditionItem
- Includes:
- Structure
- Defined in:
- 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.
8752 8753 8754 8755 8756 8757 8758 |
# File 'lib/aws-sdk-qconnect/types.rb', line 8752 class QueryConditionItem < Struct.new( :field, :comparator, :value) SENSITIVE = [] include Aws::Structure end |
#field ⇒ String
The name of the field for query condition to query on.
8752 8753 8754 8755 8756 8757 8758 |
# File 'lib/aws-sdk-qconnect/types.rb', line 8752 class QueryConditionItem < Struct.new( :field, :comparator, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for the query condition to query on.
8752 8753 8754 8755 8756 8757 8758 |
# File 'lib/aws-sdk-qconnect/types.rb', line 8752 class QueryConditionItem < Struct.new( :field, :comparator, :value) SENSITIVE = [] include Aws::Structure end |