Class: Aws::Connect::Types::HierarchyLevelUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HierarchyLevelUpdate
- 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
-
#name ⇒ String
The name of the user hierarchy level.
Instance Attribute Details
#name ⇒ String
The name of the user hierarchy level. Must not be more than 50 characters.
11001 11002 11003 11004 11005 |
# File 'lib/aws-sdk-connect/types.rb', line 11001 class HierarchyLevelUpdate < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |