/AWS1/CL_LOCCREPLACEINDEXRSP¶
CreatePlaceIndexResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_indexname TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME¶
The name for the place index resource.
iv_indexarn TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN¶
The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex
iv_createtime TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
Queryable Attributes¶
IndexName¶
The name for the 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) for the 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 |
CreateTime¶
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |