Class: Aws::CognitoIdentityProvider::Types::ListUsersInGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListUsersInGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The name of the group.
-
#limit ⇒ Integer
The maximum number of users that you want to retrieve before pagination.
-
#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
#group_name ⇒ String
The name of the group.
6450 6451 6452 6453 6454 6455 6456 6457 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6450 class ListUsersInGroupRequest < Struct.new( :user_pool_id, :group_name, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of users that you want to retrieve before pagination.
6450 6451 6452 6453 6454 6455 6456 6457 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6450 class ListUsersInGroupRequest < Struct.new( :user_pool_id, :group_name, :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.
6450 6451 6452 6453 6454 6455 6456 6457 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6450 class ListUsersInGroupRequest < Struct.new( :user_pool_id, :group_name, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool.
6450 6451 6452 6453 6454 6455 6456 6457 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6450 class ListUsersInGroupRequest < Struct.new( :user_pool_id, :group_name, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |