Class: Aws::Types::UserSearchCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#and_conditions::Array[Types::UserSearchCriteria]

Returns the value of attribute and_conditions.

Returns:



9487
9488
9489
# File 'sig/types.rbs', line 9487

def and_conditions
  @and_conditions
end

#hierarchy_group_conditionTypes::HierarchyGroupCondition

Returns the value of attribute hierarchy_group_condition.



9490
9491
9492
# File 'sig/types.rbs', line 9490

def hierarchy_group_condition
  @hierarchy_group_condition
end

#list_conditionTypes::ListCondition

Returns the value of attribute list_condition.



9489
9490
9491
# File 'sig/types.rbs', line 9489

def list_condition
  @list_condition
end

#or_conditions::Array[Types::UserSearchCriteria]

Returns the value of attribute or_conditions.

Returns:



9486
9487
9488
# File 'sig/types.rbs', line 9486

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



9488
9489
9490
# File 'sig/types.rbs', line 9488

def string_condition
  @string_condition
end