Class: Aws::Connect::Types::HierarchyLevelUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HierarchyLevelUpdate
- Defined in:
- gems/aws-sdk-connect/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.
12104 12105 12106 12107 12108 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12104 class HierarchyLevelUpdate < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |