s3control_get_access_grant {paws.storage} | R Documentation |
Get the details of an access grant from your S3 Access Grants instance
Description
Get the details of an access grant from your S3 Access Grants instance.
See https://www.paws-r-sdk.com/docs/s3control_get_access_grant/ for full documentation.
Usage
s3control_get_access_grant(AccountId, AccessGrantId)
Arguments
AccountId |
[required] The ID of the Amazon Web Services account that is making this request. |
AccessGrantId |
[required] The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant. |
[Package paws.storage version 0.7.0 Index]