Class: Aws::CognitoIdentityProvider::Types::ListUsersInGroupRequest

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

#group_nameString

The name of the group.

Returns:

  • (String)


6303
6304
6305
6306
6307
6308
6309
6310
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6303

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

#limitInteger

The maximum number of users that you want to retrieve before pagination.

Returns:

  • (Integer)


6303
6304
6305
6306
6307
6308
6309
6310
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6303

class ListUsersInGroupRequest < Struct.new(
  :user_pool_id,
  :group_name,
  :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)


6303
6304
6305
6306
6307
6308
6309
6310
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6303

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

#user_pool_idString

The user pool ID for the user pool.

Returns:

  • (String)


6303
6304
6305
6306
6307
6308
6309
6310
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6303

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