Class: Aws::Connect::Types::SearchUserHierarchyGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchUserHierarchyGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The total number of userHierarchyGroups which matched your search query.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#user_hierarchy_groups ⇒ Array<Types::HierarchyGroup>
Information about the userHierarchyGroups.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total number of userHierarchyGroups which matched your search query.
18721 18722 18723 18724 18725 18726 18727 |
# File 'lib/aws-sdk-connect/types.rb', line 18721 class SearchUserHierarchyGroupsResponse < Struct.new( :user_hierarchy_groups, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
18721 18722 18723 18724 18725 18726 18727 |
# File 'lib/aws-sdk-connect/types.rb', line 18721 class SearchUserHierarchyGroupsResponse < Struct.new( :user_hierarchy_groups, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#user_hierarchy_groups ⇒ Array<Types::HierarchyGroup>
Information about the userHierarchyGroups.
18721 18722 18723 18724 18725 18726 18727 |
# File 'lib/aws-sdk-connect/types.rb', line 18721 class SearchUserHierarchyGroupsResponse < Struct.new( :user_hierarchy_groups, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |