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.



22806
22807
22808
22809
22810
22811
# File 'lib/aws-sdk-connect/types.rb', line 22806

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.



22806
22807
22808
22809
22810
22811
# File 'lib/aws-sdk-connect/types.rb', line 22806

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