List the share invitations
Source:R/wellarchitected_operations.R
wellarchitected_list_share_invitations.RdList the share invitations.
See https://www.paws-r-sdk.com/docs/wellarchitected_list_share_invitations/ for full documentation.
Usage
wellarchitected_list_share_invitations(
WorkloadNamePrefix = NULL,
LensNamePrefix = NULL,
ShareResourceType = NULL,
NextToken = NULL,
MaxResults = NULL,
ProfileNamePrefix = NULL,
TemplateNamePrefix = NULL
)Arguments
- WorkloadNamePrefix
An optional string added to the beginning of each workload name returned in the results.
- LensNamePrefix
An optional string added to the beginning of each lens name returned in the results.
The type of share invitations to be returned.
- NextToken
The token to use to retrieve the next set of results.
- MaxResults
The maximum number of results to return for this request.
- ProfileNamePrefix
An optional string added to the beginning of each profile name returned in the results.
- TemplateNamePrefix
An optional string added to the beginning of each review template name returned in the results.