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.
5223 5224 5225 5226 5227 5228 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5223 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.
5223 5224 5225 5226 5227 5228 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5223 class CreateUserHierarchyGroupResponse < Struct.new( :hierarchy_group_id, :hierarchy_group_arn) SENSITIVE = [] include Aws::Structure end |