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.
6172 6173 6174 6175 6176 6177 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6172 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.
6172 6173 6174 6175 6176 6177 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6172 class ListGroupsResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |