/AWS1/CL_LOCUPROUTECALCULATO01¶
UpdateRouteCalculatorResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_calculatorname TYPE /AWS1/LOCRESOURCENAME /AWS1/LOCRESOURCENAME¶
The name of the updated route calculator resource.
iv_calculatorarn TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN¶
The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across AWS.
Format example:
arn:aws:geo:region:account-id:route- calculator/ExampleCalculator
iv_updatetime TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
The timestamp for when the route calculator was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
Queryable Attributes¶
CalculatorName¶
The name of the updated route calculator resource.
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) of the updated route calculator resource. Used to specify a resource across AWS.
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 | 
UpdateTime¶
The timestamp for when the route calculator 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 |