Class: Aws::Connect::Types::SearchableRoutingCriteriaStep

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

#agent_criteriaTypes::SearchableAgentCriteriaStep

Agent matching the routing step of the routing criteria



22594
22595
22596
22597
22598
# File 'lib/aws-sdk-connect/types.rb', line 22594

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