Class: Aws::Connect::Types::SearchableRoutingCriteria

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Routing criteria of the contact to match on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stepsArray<Types::SearchableRoutingCriteriaStep>

The list of Routing criteria steps of the contact routing.



24486
24487
24488
24489
24490
# File 'lib/aws-sdk-connect/types.rb', line 24486

class SearchableRoutingCriteria < Struct.new(
  :steps)
  SENSITIVE = []
  include Aws::Structure
end