/AWS1/CL_LOCDSCROUTECALCULAT01¶
DescribeRouteCalculatorResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_calculatorname TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME¶
The name of the route calculator resource being described.
iv_calculatorarn TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN¶
The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
iv_description TYPE /AWS1/LOCRESOURCEDESCRIPTION /AWS1/LOCRESOURCEDESCRIPTION¶
The optional description of the route calculator resource.
iv_createtime TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
For example,
2020–07-2T12:15:20.000Z+01:00
iv_updatetime TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
For example,
2020–07-2T12:15:20.000Z+01:00
iv_datasource TYPE /AWS1/LOCSTRING /AWS1/LOCSTRING¶
The data provider of traffic and road network data. Indicates one of the available providers:
Esri
Grab
HereFor more information about data providers, see Amazon Location Service data providers.
Optional arguments:¶
iv_pricingplan TYPE /AWS1/LOCPRICINGPLAN /AWS1/LOCPRICINGPLAN¶
Always returns
RequestBasedUsage.
it_tags TYPE /AWS1/CL_LOCTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
Tags associated with route calculator resource.
Queryable Attributes¶
CalculatorName¶
The name of the route calculator resource being described.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CALCULATORNAME() | Getter for CALCULATORNAME, with configurable default | 
| ASK_CALCULATORNAME() | Getter for CALCULATORNAME w/ exceptions if field has no valu | 
| HAS_CALCULATORNAME() | Determine if CALCULATORNAME has a value | 
CalculatorArn¶
The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CALCULATORARN() | Getter for CALCULATORARN, with configurable default | 
| ASK_CALCULATORARN() | Getter for CALCULATORARN w/ exceptions if field has no value | 
| HAS_CALCULATORARN() | Determine if CALCULATORARN has a value | 
PricingPlan¶
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 | 
Description¶
The optional description of the route calculator 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 | 
CreateTime¶
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
For example,
2020–07-2T12:15:20.000Z+01:00
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 when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
For example,
2020–07-2T12:15:20.000Z+01:00
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 | 
DataSource¶
The data provider of traffic and road network data. Indicates one of the available providers:
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 | 
Tags¶
Tags associated with route calculator 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 |