/AWS1/CL_LOCDESCRMAPRESPONSE¶
DescribeMapResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mapname TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME¶
The map style selected from an available provider.
iv_maparn TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN¶
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:map/ExampleMap
iv_datasource TYPE /AWS1/LOCSTRING /AWS1/LOCSTRING¶
Specifies the data provider for the associated map tiles.
io_configuration TYPE REF TO /AWS1/CL_LOCMAPCONFIGURATION /AWS1/CL_LOCMAPCONFIGURATION¶
Specifies the map tile style selected from a partner data provider.
iv_description TYPE /AWS1/LOCRESOURCEDESCRIPTION /AWS1/LOCRESOURCEDESCRIPTION¶
The optional description for the map resource.
iv_createtime TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
The timestamp for when the map 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 map resource was last update 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.
it_tags TYPE /AWS1/CL_LOCTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
Tags associated with the map resource.
Queryable Attributes¶
MapName¶
The map style selected from an available provider.
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) for the map resource. Used to specify a resource across all Amazon Web Services.
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 | 
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 | 
DataSource¶
Specifies the data provider for the associated map tiles.
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 | 
Configuration¶
Specifies the map tile style selected from a partner data provider.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CONFIGURATION() | Getter for CONFIGURATION | 
Description¶
The optional description for the map 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 | 
Tags¶
Tags associated with the map resource.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_TAGS() | Getter for TAGS, with configurable default | 
| ASK_TAGS() | Getter for TAGS w/ exceptions if field has no value | 
| HAS_TAGS() | Determine if TAGS has a value | 
CreateTime¶
The timestamp for when the map 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 map resource was last update 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 |