You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IdentityStore::Types::ListGroupsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::Group>

A list of Group objects in the identity store.

Returns:

  • (Array<Types::Group>)

    A list of Group objects in the identity store.

#next_tokenString

The pagination token used for the ListUsers and ListGroups APIs. This value is generated by the identity store service and is returned in the API response if the total results are more than the size of one page, and when this token is used in the API request to search for the next page.

Returns:

  • (String)

    The pagination token used for the ListUsers and ListGroups APIs.