/AWS1/CL_LOCUPDPLACEINDEXRSP¶
UpdatePlaceIndexResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_indexname TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME¶
The name of the updated place index resource.
iv_indexarn TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN¶
The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
iv_updatetime TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
Queryable Attributes¶
IndexName¶
The name of the updated place index resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDEXNAME() |
Getter for INDEXNAME, with configurable default |
ASK_INDEXNAME() |
Getter for INDEXNAME w/ exceptions if field has no value |
HAS_INDEXNAME() |
Determine if INDEXNAME has a value |
IndexArn¶
The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:place- index/ExamplePlaceIndex
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDEXARN() |
Getter for INDEXARN, with configurable default |
ASK_INDEXARN() |
Getter for INDEXARN w/ exceptions if field has no value |
HAS_INDEXARN() |
Determine if INDEXARN has a value |
UpdateTime¶
The timestamp for when the place index 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 |