Class: Aws::Connect::Types::AgentHierarchyGroups

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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*.

[1]: docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#l1_idsArray<String>

The identifiers for level 1 hierarchy groups.

Returns:

  • (Array<String>)


195
196
197
198
199
200
201
202
203
# File 'lib/aws-sdk-connect/types.rb', line 195

class AgentHierarchyGroups < Struct.new(
  :l1_ids,
  :l2_ids,
  :l3_ids,
  :l4_ids,
  :l5_ids)
  SENSITIVE = []
  include Aws::Structure
end

#l2_idsArray<String>

The identifiers for level 2 hierarchy groups.

Returns:

  • (Array<String>)


195
196
197
198
199
200
201
202
203
# File 'lib/aws-sdk-connect/types.rb', line 195

class AgentHierarchyGroups < Struct.new(
  :l1_ids,
  :l2_ids,
  :l3_ids,
  :l4_ids,
  :l5_ids)
  SENSITIVE = []
  include Aws::Structure
end

#l3_idsArray<String>

The identifiers for level 3 hierarchy groups.

Returns:

  • (Array<String>)


195
196
197
198
199
200
201
202
203
# File 'lib/aws-sdk-connect/types.rb', line 195

class AgentHierarchyGroups < Struct.new(
  :l1_ids,
  :l2_ids,
  :l3_ids,
  :l4_ids,
  :l5_ids)
  SENSITIVE = []
  include Aws::Structure
end

#l4_idsArray<String>

The identifiers for level 4 hierarchy groups.

Returns:

  • (Array<String>)


195
196
197
198
199
200
201
202
203
# File 'lib/aws-sdk-connect/types.rb', line 195

class AgentHierarchyGroups < Struct.new(
  :l1_ids,
  :l2_ids,
  :l3_ids,
  :l4_ids,
  :l5_ids)
  SENSITIVE = []
  include Aws::Structure
end

#l5_idsArray<String>

The identifiers for level 5 hierarchy groups.

Returns:

  • (Array<String>)


195
196
197
198
199
200
201
202
203
# File 'lib/aws-sdk-connect/types.rb', line 195

class AgentHierarchyGroups < Struct.new(
  :l1_ids,
  :l2_ids,
  :l3_ids,
  :l4_ids,
  :l5_ids)
  SENSITIVE = []
  include Aws::Structure
end