Get Map Result
data class GetMapResult(val arn: String? = null, val createTime: String? = null, val description: String? = null, val mapArn: String? = null, val pricingPlan: MapPricingPlan? = null, val tags: List<Tag>? = null, val updateTime: String? = null)
Properties
Link copied to clipboard
The timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
Link copied to clipboard
An optional description for the map 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 map resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.