Class: Aws::Types::UserHierarchyGroupSearchCriteria

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::UserHierarchyGroupSearchCriteria]

Returns the value of attribute and_conditions.



9053
9054
9055
# File 'sig/types.rbs', line 9053

def and_conditions
  @and_conditions
end

#or_conditions::Array[Types::UserHierarchyGroupSearchCriteria]

Returns the value of attribute or_conditions.



9052
9053
9054
# File 'sig/types.rbs', line 9052

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



9054
9055
9056
# File 'sig/types.rbs', line 9054

def string_condition
  @string_condition
end