Class: Aws::Connect::Types::DeleteUserHierarchyGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteUserHierarchyGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hierarchy_group_id ⇒ String
The identifier of the hierarchy group.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
Instance Attribute Details
#hierarchy_group_id ⇒ String
The identifier of the hierarchy group.
9862 9863 9864 9865 9866 9867 |
# File 'lib/aws-sdk-connect/types.rb', line 9862 class DeleteUserHierarchyGroupRequest < Struct.new( :hierarchy_group_id, :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.
9862 9863 9864 9865 9866 9867 |
# File 'lib/aws-sdk-connect/types.rb', line 9862 class DeleteUserHierarchyGroupRequest < Struct.new( :hierarchy_group_id, :instance_id) SENSITIVE = [] include Aws::Structure end |