appstream_describe_user_stack_associations {paws.end.user.computing} | R Documentation |
Retrieves a list that describes the UserStackAssociation objects
Description
Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:
See https://www.paws-r-sdk.com/docs/appstream_describe_user_stack_associations/ for full documentation.
Usage
appstream_describe_user_stack_associations(
StackName = NULL,
UserName = NULL,
AuthenticationType = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
StackName |
The name of the stack that is associated with the user. |
UserName |
The email address of the user who is associated with the stack. Users' email addresses are case-sensitive. |
AuthenticationType |
The authentication type for the user who is associated with the stack. 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]