/AWS1/CL_LOCUPDATEKEYRESPONSE¶
UpdateKeyResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_keyarn TYPE /AWS1/LOCARN /AWS1/LOCARN¶
The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:key/ExampleKey
iv_keyname TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME¶
The name of the API key resource.
iv_updatetime TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
The timestamp for when the API key resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
Queryable Attributes¶
KeyArn¶
The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:key/ExampleKey
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYARN() |
Getter for KEYARN, with configurable default |
ASK_KEYARN() |
Getter for KEYARN w/ exceptions if field has no value |
HAS_KEYARN() |
Determine if KEYARN has a value |
KeyName¶
The name of the API key resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYNAME() |
Getter for KEYNAME, with configurable default |
ASK_KEYNAME() |
Getter for KEYNAME w/ exceptions if field has no value |
HAS_KEYNAME() |
Determine if KEYNAME has a value |
UpdateTime¶
The timestamp for when the API key resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |