appstream_describe_users {paws.end.user.computing} | R Documentation |
Retrieves a list that describes one or more specified users in the user pool
Description
Retrieves a list that describes one or more specified users in the user pool.
See https://www.paws-r-sdk.com/docs/appstream_describe_users/ for full documentation.
Usage
appstream_describe_users(
AuthenticationType,
MaxResults = NULL,
NextToken = NULL
)
Arguments
AuthenticationType |
[required] The authentication type for the users in the user pool to describe. You must specify USERPOOL. |
MaxResults |
The maximum size of each page of results. |
NextToken |
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page. |
[Package paws.end.user.computing version 0.9.0 Index]