/AWS1/CL_WMLASSUMEIMPERSONAT01¶
AssumeImpersonationRoleResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_token TYPE /AWS1/WMLIMPERSONATIONTOKEN /AWS1/WMLIMPERSONATIONTOKEN¶
The authentication token for the impersonation role.
iv_expiresin TYPE /AWS1/WMLEXPIRESIN /AWS1/WMLEXPIRESIN¶
The authentication token's validity, in seconds.
Queryable Attributes¶
Token¶
The authentication token for the impersonation role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKEN() |
Getter for TOKEN, with configurable default |
ASK_TOKEN() |
Getter for TOKEN w/ exceptions if field has no value |
HAS_TOKEN() |
Determine if TOKEN has a value |
ExpiresIn¶
The authentication token's validity, in seconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRESIN() |
Getter for EXPIRESIN, with configurable default |
ASK_EXPIRESIN() |
Getter for EXPIRESIN w/ exceptions if field has no value |
HAS_EXPIRESIN() |
Determine if EXPIRESIN has a value |