Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own
Source:R/appstream_operations.R
appstream_describe_image_permissions.RdRetrieves 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.
Usage
appstream_describe_image_permissions(
Name,
MaxResults = NULL,
SharedAwsAccountIds = NULL,
NextToken = NULL
)Arguments
- Name
[required] The name of the private image for which to describe permissions. The image must be one that you own.
- MaxResults
The maximum size of each page of results.
The 12-digit identifier of one or more AWS accounts with which the image is shared.
- 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.