/AWS1/CL_LOCLSTPLACEIDXESRSP00¶
A place index resource listed in your Amazon Web Services account.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_indexname TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME¶
The name of the place index resource.
iv_description TYPE /AWS1/LOCRESOURCEDESCRIPTION /AWS1/LOCRESOURCEDESCRIPTION¶
The optional description for the place index resource.
iv_datasource TYPE /AWS1/LOCSTRING /AWS1/LOCSTRING¶
The data provider of geospatial data. Values can be one of the following:
Esri
Grab
HereFor more information about data providers, see Amazon Location Service data providers.
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.
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.
Optional arguments:¶
iv_pricingplan TYPE /AWS1/LOCPRICINGPLAN /AWS1/LOCPRICINGPLAN¶
No longer used. Always returns
RequestBasedUsage.
Queryable Attributes¶
IndexName¶
The name of 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 |
Description¶
The optional description for the place index resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
DataSource¶
The data provider of geospatial data. Values can be one of the following:
Esri
Grab
HereFor more information about data providers, see Amazon Location Service data providers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCE() |
Getter for DATASOURCE, with configurable default |
ASK_DATASOURCE() |
Getter for DATASOURCE w/ exceptions if field has no value |
HAS_DATASOURCE() |
Determine if DATASOURCE has a value |
PricingPlan¶
No longer used. Always returns
RequestBasedUsage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRICINGPLAN() |
Getter for PRICINGPLAN, with configurable default |
ASK_PRICINGPLAN() |
Getter for PRICINGPLAN w/ exceptions if field has no value |
HAS_PRICINGPLAN() |
Determine if PRICINGPLAN 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 |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTPLACEIDXESRSPENTRYLIST¶
TYPES TT_LISTPLACEIDXESRSPENTRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOCLSTPLACEIDXESRSP00 WITH DEFAULT KEY
.