Class: Aws::Types::QueueSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::QueueSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::QueueSearchCriteria]
Returns the value of attribute and_conditions.
-
#or_conditions ⇒ ::Array[Types::QueueSearchCriteria]
Returns the value of attribute or_conditions.
-
#queue_type_condition ⇒ "STANDARD"
Returns the value of attribute queue_type_condition.
-
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::QueueSearchCriteria]
Returns the value of attribute and_conditions.
6280 6281 6282 |
# File 'sig/types.rbs', line 6280 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::QueueSearchCriteria]
Returns the value of attribute or_conditions.
6279 6280 6281 |
# File 'sig/types.rbs', line 6279 def or_conditions @or_conditions end |
#queue_type_condition ⇒ "STANDARD"
Returns the value of attribute queue_type_condition.
6282 6283 6284 |
# File 'sig/types.rbs', line 6282 def queue_type_condition @queue_type_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
6281 6282 6283 |
# File 'sig/types.rbs', line 6281 def string_condition @string_condition end |