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 ID of the user pool.
Instance Attribute Details
#limit ⇒ Integer
The limit of the request to list groups.
7663 7664 7665 7666 7667 7668 7669 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7663 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.
7663 7664 7665 7666 7667 7668 7669 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7663 class ListGroupsRequest < Struct.new( :user_pool_id, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool.
7663 7664 7665 7666 7667 7668 7669 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7663 class ListGroupsRequest < Struct.new( :user_pool_id, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |