Values.GetAccessKeyLastUsedResponseSourceContains the response to a successful GetAccessKeyLastUsed request. It is also returned as a member of the AccessKeyMetaData structure returned by the ListAccessKeys action.
type getAccessKeyLastUsedResult = {userName : ExistingUserNameType.t option;The name of the IAM user that owns this access key.
*)accessKeyLastUsed : AccessKeyLastUsed.t option;Contains information about the last time the access key was used.
*)}and t = {getAccessKeyLastUsedResult : getAccessKeyLastUsedResult;responseMetaData : responseMetaData;}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of ExistingUserNameType.t
| `Structure of
(string
* [> `String of StringType.t | `Timestamp of DateType.t ])
list ])
list ])
list ]