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.



29878
29879
29880
29881
29882
# File 'lib/aws-sdk-connect/types.rb', line 29878

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