Class: Aws::Types::RoutingProfileSearchCriteria

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

Returns the value of attribute and_conditions.



6926
6927
6928
# File 'sig/types.rbs', line 6926

def and_conditions
  @and_conditions
end

#or_conditions::Array[Types::RoutingProfileSearchCriteria]

Returns the value of attribute or_conditions.



6925
6926
6927
# File 'sig/types.rbs', line 6925

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



6927
6928
6929
# File 'sig/types.rbs', line 6927

def string_condition
  @string_condition
end