Class: Aws::CognitoIdentityProvider::Types::ListGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
The limit of the request to list 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.
-
#user_pool_id ⇒ String
The user pool ID for the user pool.
Instance Attribute Details
#limit ⇒ Integer
The limit of the request to list groups.
7362 7363 7364 7365 7366 7367 7368 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7362 class ListGroupsRequest < Struct.new( :user_pool_id, :limit, :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.
7362 7363 7364 7365 7366 7367 7368 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7362 class ListGroupsRequest < Struct.new( :user_pool_id, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool.
7362 7363 7364 7365 7366 7367 7368 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7362 class ListGroupsRequest < Struct.new( :user_pool_id, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |