GetRouteResult

data class GetRouteResult(val arn: String? = null, val pathResourceToId: String? = null, val routeIdentifier: String? = null, val tags: List<RouteTag>? = null)

Constructors

Link copied to clipboard
fun GetRouteResult(arn: String? = null, pathResourceToId: String? = null, routeIdentifier: String? = null, tags: List<RouteTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
Link copied to clipboard
val routeIdentifier: String? = null
Link copied to clipboard
val tags: List<RouteTag>? = null

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.