Class: Aws::Connect::Types::CreateUserHierarchyGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateUserHierarchyGroupResponse
- Defined in:
- gems/aws-sdk-connect/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.
4433 4434 4435 4436 4437 4438 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4433 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.
4433 4434 4435 4436 4437 4438 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4433 class CreateUserHierarchyGroupResponse < Struct.new( :hierarchy_group_id, :hierarchy_group_arn) SENSITIVE = [] include Aws::Structure end |