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.
5086 5087 5088 5089 5090 5091 |
# File 'lib/aws-sdk-connect/types.rb', line 5086 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.
5086 5087 5088 5089 5090 5091 |
# File 'lib/aws-sdk-connect/types.rb', line 5086 class CreateUserHierarchyGroupResponse < Struct.new( :hierarchy_group_id, :hierarchy_group_arn) SENSITIVE = [] include Aws::Structure end |