Class: Aws::CognitoIdentityProvider::Types::ListGroupsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The limit of the request to list groups.

Returns:

  • (Integer)


6005
6006
6007
6008
6009
6010
6011
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6005

class ListGroupsRequest < Struct.new(
  :user_pool_id,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


6005
6006
6007
6008
6009
6010
6011
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6005

class ListGroupsRequest < Struct.new(
  :user_pool_id,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The user pool ID for the user pool.

Returns:

  • (String)


6005
6006
6007
6008
6009
6010
6011
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6005

class ListGroupsRequest < Struct.new(
  :user_pool_id,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end