GetRouteTableResult

data class GetRouteTableResult(val routeTableId: String? = null, val tags: List<RouteTableTag>? = null)

Constructors

Link copied to clipboard
fun GetRouteTableResult(routeTableId: String? = null, tags: List<RouteTableTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val routeTableId: String? = null

The route table ID.

Link copied to clipboard
val tags: List<RouteTableTag>? = null

Any tags assigned to the route table.