Class: Aws::Connect::Types::HierarchyLevelUpdate

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

Overview

Contains information about the hierarchy level to update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the user hierarchy level. Must not be more than 50 characters.

Returns:

  • (String)


17862
17863
17864
17865
17866
# File 'lib/aws-sdk-connect/types.rb', line 17862

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