Get Route Calculator Result
data class GetRouteCalculatorResult(val arn: String? = null, val calculatorArn: String? = null, val createTime: String? = null, val description: String? = null, val pricingPlan: RouteCalculatorPricingPlan? = null, val tags: List<Tag>? = null, val updateTime: String? = null)
Properties
Link copied to clipboard
Synonym for Arn
. The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you specify a resource across all AWS .
Link copied to clipboard
The timestamp for when the route calculator resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
Link copied to clipboard
The optional description for the route calculator resource.
Link copied to clipboard
No longer used. If included, the only allowed value is RequestBasedUsage
. Allowed Values : RequestBasedUsage
Link copied to clipboard
The timestamp for when the route calculator resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.