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 ID of the user pool.
Instance Attribute Details
#group_name ⇒ String
The name of the group.
7959 7960 7961 7962 7963 7964 7965 7966 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7959 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.
7959 7960 7961 7962 7963 7964 7965 7966 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7959 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.
7959 7960 7961 7962 7963 7964 7965 7966 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7959 class ListUsersInGroupRequest < Struct.new( :user_pool_id, :group_name, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool.
7959 7960 7961 7962 7963 7964 7965 7966 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7959 class ListUsersInGroupRequest < Struct.new( :user_pool_id, :group_name, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |