/AWS1/CL_IAMGETACCKEYLASTUSE01¶
Contains the response to a successful GetAccessKeyLastUsed request. It is also returned as a member of the AccessKeyMetaData structure returned by the ListAccessKeys action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_username TYPE /AWS1/IAMEXISTINGUSERNAMETYPE /AWS1/IAMEXISTINGUSERNAMETYPE¶
The name of the IAM user that owns this access key.
io_accesskeylastused TYPE REF TO /AWS1/CL_IAMACCESSKEYLASTUSED /AWS1/CL_IAMACCESSKEYLASTUSED¶
Contains information about the last time the access key was used.
Queryable Attributes¶
UserName¶
The name of the IAM user that owns this access key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
AccessKeyLastUsed¶
Contains information about the last time the access key was used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSKEYLASTUSED() |
Getter for ACCESSKEYLASTUSED |