Class: Aws::Connect::Types::ListUserHierarchyGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListUserHierarchyGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#user_hierarchy_group_summary_list ⇒ Array<Types::HierarchyGroupSummary>
Information about the hierarchy groups.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
14325 14326 14327 14328 14329 14330 |
# File 'lib/aws-sdk-connect/types.rb', line 14325 class ListUserHierarchyGroupsResponse < Struct.new( :user_hierarchy_group_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_hierarchy_group_summary_list ⇒ Array<Types::HierarchyGroupSummary>
Information about the hierarchy groups.
14325 14326 14327 14328 14329 14330 |
# File 'lib/aws-sdk-connect/types.rb', line 14325 class ListUserHierarchyGroupsResponse < Struct.new( :user_hierarchy_group_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |