appstream_list_entitled_applications {paws.end.user.computing} | R Documentation |
Retrieves a list of entitled applications
Description
Retrieves a list of entitled applications.
See https://www.paws-r-sdk.com/docs/appstream_list_entitled_applications/ for full documentation.
Usage
appstream_list_entitled_applications(
StackName,
EntitlementName,
NextToken = NULL,
MaxResults = NULL
)
Arguments
StackName |
[required] The name of the stack with which the entitlement is associated. |
EntitlementName |
[required] The name of the entitlement. |
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.7.0 Index]