Class: Aws::Connect::Types::SearchableRoutingCriteriaStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchableRoutingCriteriaStep
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Routing criteria of the contact to match on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_criteria ⇒ Types::SearchableAgentCriteriaStep
Agent matching the routing step of the routing criteria.
Instance Attribute Details
#agent_criteria ⇒ Types::SearchableAgentCriteriaStep
Agent matching the routing step of the routing criteria
31343 31344 31345 31346 31347 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31343 class SearchableRoutingCriteriaStep < Struct.new( :agent_criteria) SENSITIVE = [] include Aws::Structure end |