/AWS1/CL_LOCUPDATEMAPRESPONSE¶
UpdateMapResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mapname TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME¶
The name of the updated map resource.
iv_maparn TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN¶
The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.
Format example:
arn:aws:geo:region:account-id:map/ExampleMap
iv_updatetime TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
Queryable Attributes¶
MapName¶
The name of the updated map resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAPNAME() |
Getter for MAPNAME, with configurable default |
ASK_MAPNAME() |
Getter for MAPNAME w/ exceptions if field has no value |
HAS_MAPNAME() |
Determine if MAPNAME has a value |
MapArn¶
The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.
Format example:
arn:aws:geo:region:account-id:map/ExampleMap
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAPARN() |
Getter for MAPARN, with configurable default |
ASK_MAPARN() |
Getter for MAPARN w/ exceptions if field has no value |
HAS_MAPARN() |
Determine if MAPARN has a value |
UpdateTime¶
The timestamp for when the map 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 |