/AWS1/CL_LOCCREROUTECALCULAT01¶
CreateRouteCalculatorResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_calculatorname TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME¶
The name of the route calculator resource.
For example,
ExampleRouteCalculator.
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 all Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
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
Queryable Attributes¶
CalculatorName¶
The name of the route calculator resource.
For example,
ExampleRouteCalculator.
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 all 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 | 
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 |