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.



7043
7044
7045
# File 'sig/types.rbs', line 7043

def and_conditions
  @and_conditions
end

#or_conditions::Array[Types::RoutingProfileSearchCriteria]

Returns the value of attribute or_conditions.



7042
7043
7044
# File 'sig/types.rbs', line 7042

def or_conditions
  @or_conditions
end

#string_conditionTypes::StringCondition

Returns the value of attribute string_condition.



7044
7045
7046
# File 'sig/types.rbs', line 7044

def string_condition
  @string_condition
end