iam_get_access_key_last_used {paws.security.identity} | R Documentation |
Retrieves information about when the specified access key was last used
Description
Retrieves information about when the specified access key was last used. The information includes the date and time of last use, along with the Amazon Web Services service and Region that were specified in the last request made with that key.
See https://www.paws-r-sdk.com/docs/iam_get_access_key_last_used/ for full documentation.
Usage
iam_get_access_key_last_used(AccessKeyId)
Arguments
AccessKeyId |
[required] The identifier of an access key. This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit. |
[Package paws.security.identity version 0.6.1 Index]