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.
7454 7455 7456 7457 7458 7459 7460 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7454 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.
7454 7455 7456 7457 7458 7459 7460 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7454 class QueryConditionItem < Struct.new( :comparator, :field, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for the query condition to query on.
7454 7455 7456 7457 7458 7459 7460 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7454 class QueryConditionItem < Struct.new( :comparator, :field, :value) SENSITIVE = [] include Aws::Structure end |