Class: Aws::Connect::Types::ListUserHierarchyGroupsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


12546
12547
12548
12549
12550
12551
# File 'lib/aws-sdk-connect/types.rb', line 12546

class ListUserHierarchyGroupsResponse < Struct.new(
  :user_hierarchy_group_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_hierarchy_group_summary_listArray<Types::HierarchyGroupSummary>

Information about the hierarchy groups.

Returns:



12546
12547
12548
12549
12550
12551
# File 'lib/aws-sdk-connect/types.rb', line 12546

class ListUserHierarchyGroupsResponse < Struct.new(
  :user_hierarchy_group_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end