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)


9362
9363
9364
9365
9366
# File 'lib/aws-sdk-connect/types.rb', line 9362

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