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.
6439 6440 6441 |
# File 'sig/types.rbs', line 6439 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::QueueSearchCriteria]
Returns the value of attribute or_conditions.
6438 6439 6440 |
# File 'sig/types.rbs', line 6438 def or_conditions @or_conditions end |
#queue_type_condition ⇒ "STANDARD"
Returns the value of attribute queue_type_condition.
6441 6442 6443 |
# File 'sig/types.rbs', line 6441 def queue_type_condition @queue_type_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
6440 6441 6442 |
# File 'sig/types.rbs', line 6440 def string_condition @string_condition end |