Class: Aws::Types::WorkspaceSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::WorkspaceSearchCriteria]
Returns the value of attribute and_conditions.
-
#or_conditions ⇒ ::Array[Types::WorkspaceSearchCriteria]
Returns the value of attribute or_conditions.
-
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::WorkspaceSearchCriteria]
Returns the value of attribute and_conditions.
9709 9710 9711 |
# File 'sig/types.rbs', line 9709 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::WorkspaceSearchCriteria]
Returns the value of attribute or_conditions.
9708 9709 9710 |
# File 'sig/types.rbs', line 9708 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
9710 9711 9712 |
# File 'sig/types.rbs', line 9710 def string_condition @string_condition end |