Class: Aws::Connect::Types::AgentHierarchyGroups
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AgentHierarchyGroups
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A structure that defines search criteria for contacts using agent hierarchy group levels. For more information about agent hierarchies, see Set Up Agent Hierarchies in the Amazon Connect Administrator Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#l1_ids ⇒ Array<String>
The identifiers for level 1 hierarchy groups.
-
#l2_ids ⇒ Array<String>
The identifiers for level 2 hierarchy groups.
-
#l3_ids ⇒ Array<String>
The identifiers for level 3 hierarchy groups.
-
#l4_ids ⇒ Array<String>
The identifiers for level 4 hierarchy groups.
-
#l5_ids ⇒ Array<String>
The identifiers for level 5 hierarchy groups.
Instance Attribute Details
#l1_ids ⇒ Array<String>
The identifiers for level 1 hierarchy groups.
285 286 287 288 289 290 291 292 293 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 285 class AgentHierarchyGroups < Struct.new( :l1_ids, :l2_ids, :l3_ids, :l4_ids, :l5_ids) SENSITIVE = [] include Aws::Structure end |
#l2_ids ⇒ Array<String>
The identifiers for level 2 hierarchy groups.
285 286 287 288 289 290 291 292 293 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 285 class AgentHierarchyGroups < Struct.new( :l1_ids, :l2_ids, :l3_ids, :l4_ids, :l5_ids) SENSITIVE = [] include Aws::Structure end |
#l3_ids ⇒ Array<String>
The identifiers for level 3 hierarchy groups.
285 286 287 288 289 290 291 292 293 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 285 class AgentHierarchyGroups < Struct.new( :l1_ids, :l2_ids, :l3_ids, :l4_ids, :l5_ids) SENSITIVE = [] include Aws::Structure end |
#l4_ids ⇒ Array<String>
The identifiers for level 4 hierarchy groups.
285 286 287 288 289 290 291 292 293 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 285 class AgentHierarchyGroups < Struct.new( :l1_ids, :l2_ids, :l3_ids, :l4_ids, :l5_ids) SENSITIVE = [] include Aws::Structure end |
#l5_ids ⇒ Array<String>
The identifiers for level 5 hierarchy groups.
285 286 287 288 289 290 291 292 293 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 285 class AgentHierarchyGroups < Struct.new( :l1_ids, :l2_ids, :l3_ids, :l4_ids, :l5_ids) SENSITIVE = [] include Aws::Structure end |