Class: Aws::Connect::Types::UpdateUserHierarchyGroupNameRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hierarchy_group_idString

The identifier of the hierarchy group.

Returns:

  • (String)


20280
20281
20282
20283
20284
20285
20286
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20280

class UpdateUserHierarchyGroupNameRequest < Struct.new(
  :name,
  :hierarchy_group_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


20280
20281
20282
20283
20284
20285
20286
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20280

class UpdateUserHierarchyGroupNameRequest < Struct.new(
  :name,
  :hierarchy_group_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the hierarchy group. Must not be more than 100 characters.

Returns:

  • (String)


20280
20281
20282
20283
20284
20285
20286
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20280

class UpdateUserHierarchyGroupNameRequest < Struct.new(
  :name,
  :hierarchy_group_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end