Returns a list of S3 Access Grants instances
Source:R/s3control_operations.R
s3control_list_access_grants_instances.RdReturns a list of S3 Access Grants instances. An S3 Access Grants instance serves as a logical grouping for your individual access grants. You can only have one S3 Access Grants instance per Region per account.
See https://www.paws-r-sdk.com/docs/s3control_list_access_grants_instances/ for full documentation.
Arguments
- AccountId
[required] The Amazon Web Services account ID of the S3 Access Grants instance.
- NextToken
A pagination token to request the next page of results. Pass this value into a subsequent
List Access Grants Instancesrequest in order to retrieve the next page of results.- MaxResults
The maximum number of access grants that you would like returned in the
List Access Grantsresponse. If the results include the pagination tokenNextToken, make another call using theNextTokento determine if there are more results.