Class: Aws::Types::QueryConditionItem
- Inherits:
-
Object
- Object
- Aws::Types::QueryConditionItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparator ⇒ "EQUALS"
Returns the value of attribute comparator.
-
#field ⇒ "RESULT_TYPE"
Returns the value of attribute field.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#comparator ⇒ "EQUALS"
Returns the value of attribute comparator.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def comparator @comparator end |
#field ⇒ "RESULT_TYPE"
Returns the value of attribute field.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def field @field end |
#value ⇒ ::String
Returns the value of attribute value.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def value @value end |