Module: Aws::Connect::Client::_SearchUserHierarchyGroupsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchUserHierarchyGroupsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #next_token ⇒ ::String
- #user_hierarchy_groups ⇒ ::Array[Types::HierarchyGroup]
Instance Method Details
#approximate_total_count ⇒ ::Integer
4216 |
# File 'sig/client.rbs', line 4216
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4215 |
# File 'sig/client.rbs', line 4215
def next_token: () -> ::String
|
#user_hierarchy_groups ⇒ ::Array[Types::HierarchyGroup]
4214 |
# File 'sig/client.rbs', line 4214
def user_hierarchy_groups: () -> ::Array[Types::HierarchyGroup]
|