sts_get_access_key_info {paws.security.identity} | R Documentation |
Returns the account identifier for the specified access key ID
Description
Returns the account identifier for the specified access key ID.
See https://www.paws-r-sdk.com/docs/sts_get_access_key_info/ for full documentation.
Usage
sts_get_access_key_info(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 lowercase letter or digit. |
[Package paws.security.identity version 0.9.0 Index]