Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
See https://www.paws-r-sdk.com/docs/appstream_describe_image_permissions/ for full documentation.
appstream_describe_image_permissions(
Name,
MaxResults = NULL,
SharedAwsAccountIds = NULL,
NextToken = NULL
)
[required] The name of the private image for which to describe permissions. The image must be one that you own.
The maximum size of each page of results.
The 12-digit identifier of one or more AWS accounts with which the image is shared.
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.