Class: Aws::Types::UserSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::UserSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::UserSearchCriteria]
Returns the value of attribute and_conditions.
-
#hierarchy_group_condition ⇒ Types::HierarchyGroupCondition
Returns the value of attribute hierarchy_group_condition.
-
#list_condition ⇒ Types::ListCondition
Returns the value of attribute list_condition.
-
#or_conditions ⇒ ::Array[Types::UserSearchCriteria]
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::UserSearchCriteria]
Returns the value of attribute and_conditions.
9330 9331 9332 |
# File 'sig/types.rbs', line 9330 def and_conditions @and_conditions end |
#hierarchy_group_condition ⇒ Types::HierarchyGroupCondition
Returns the value of attribute hierarchy_group_condition.
9333 9334 9335 |
# File 'sig/types.rbs', line 9333 def hierarchy_group_condition @hierarchy_group_condition end |
#list_condition ⇒ Types::ListCondition
Returns the value of attribute list_condition.
9332 9333 9334 |
# File 'sig/types.rbs', line 9332 def list_condition @list_condition end |
#or_conditions ⇒ ::Array[Types::UserSearchCriteria]
Returns the value of attribute or_conditions.
9329 9330 9331 |
# File 'sig/types.rbs', line 9329 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
9331 9332 9333 |
# File 'sig/types.rbs', line 9331 def string_condition @string_condition end |