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.
6533 6534 6535 |
# File 'sig/types.rbs', line 6533 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::QueueSearchCriteria]
Returns the value of attribute or_conditions.
6532 6533 6534 |
# File 'sig/types.rbs', line 6532 def or_conditions @or_conditions end |
#queue_type_condition ⇒ "STANDARD"
Returns the value of attribute queue_type_condition.
6535 6536 6537 |
# File 'sig/types.rbs', line 6535 def queue_type_condition @queue_type_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
6534 6535 6536 |
# File 'sig/types.rbs', line 6534 def string_condition @string_condition end |