Class: Aws::Connect::Types::CreateUserHierarchyGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateUserHierarchyGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hierarchy_group_arn ⇒ String
The Amazon Resource Name (ARN) of the hierarchy group.
-
#hierarchy_group_id ⇒ String
The identifier of the hierarchy group.
Instance Attribute Details
#hierarchy_group_arn ⇒ String
The Amazon Resource Name (ARN) of the hierarchy group.
4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-connect/types.rb', line 4549 class CreateUserHierarchyGroupResponse < Struct.new( :hierarchy_group_id, :hierarchy_group_arn) SENSITIVE = [] include Aws::Structure end |
#hierarchy_group_id ⇒ String
The identifier of the hierarchy group.
4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-connect/types.rb', line 4549 class CreateUserHierarchyGroupResponse < Struct.new( :hierarchy_group_id, :hierarchy_group_arn) SENSITIVE = [] include Aws::Structure end |