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.
6191 6192 6193 6194 6195 6196 6197 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6191 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.
6191 6192 6193 6194 6195 6196 6197 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6191 class QueryConditionItem < Struct.new( :comparator, :field, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for the query condition to query on.
6191 6192 6193 6194 6195 6196 6197 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6191 class QueryConditionItem < Struct.new( :comparator, :field, :value) SENSITIVE = [] include Aws::Structure end |