appstream_describe_applications {paws.end.user.computing} | R Documentation |
Retrieves a list that describes one or more applications
Description
Retrieves a list that describes one or more applications.
See https://www.paws-r-sdk.com/docs/appstream_describe_applications/ for full documentation.
Usage
appstream_describe_applications(
Arns = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
Arns |
The ARNs for the applications. |
NextToken |
The pagination token used to retrieve the next page of results for this operation. |
MaxResults |
The maximum size of each page of results. |
[Package paws.end.user.computing version 0.9.0 Index]