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.
6544 6545 6546 |
# File 'sig/types.rbs', line 6544 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::QueueSearchCriteria]
Returns the value of attribute or_conditions.
6543 6544 6545 |
# File 'sig/types.rbs', line 6543 def or_conditions @or_conditions end |
#queue_type_condition ⇒ "STANDARD"
Returns the value of attribute queue_type_condition.
6546 6547 6548 |
# File 'sig/types.rbs', line 6546 def queue_type_condition @queue_type_condition end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
6545 6546 6547 |
# File 'sig/types.rbs', line 6545 def string_condition @string_condition end |