Class: Aws::CognitoIdentityProvider::Types::ListGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::GroupType>
The group objects for the groups.
-
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Instance Attribute Details
#groups ⇒ Array<Types::GroupType>
The group objects for the groups.
7683 7684 7685 7686 7687 7688 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7683 class ListGroupsResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
7683 7684 7685 7686 7687 7688 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7683 class ListGroupsResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |