Class: Aws::Connect::Types::UpdateUserHierarchyStructureRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateUserHierarchyStructureRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hierarchy_structure ⇒ Types::HierarchyStructureUpdate
The hierarchy levels to update.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
Instance Attribute Details
#hierarchy_structure ⇒ Types::HierarchyStructureUpdate
The hierarchy levels to update.
37388 37389 37390 37391 37392 37393 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37388 class UpdateUserHierarchyStructureRequest < Struct.new( :hierarchy_structure, :instance_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
37388 37389 37390 37391 37392 37393 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37388 class UpdateUserHierarchyStructureRequest < Struct.new( :hierarchy_structure, :instance_id) SENSITIVE = [] include Aws::Structure end |