Class: Aws::Connect::Types::AgentHierarchyGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about an agent hierarchy group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the group.

Returns:

  • (String)


172
173
174
175
176
# File 'lib/aws-sdk-connect/types.rb', line 172

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