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