GetRouteEntriesEntry

data class GetRouteEntriesEntry(val cidrBlock: String, val instanceId: String, val nextHopType: String, val routeTableId: String, val status: String, val type: String)

Constructors

Link copied to clipboard
constructor(cidrBlock: String, instanceId: String, nextHopType: String, routeTableId: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination CIDR block of the route entry.

Link copied to clipboard

The instance ID of the next hop.

Link copied to clipboard

The type of the next hop.

Link copied to clipboard

The ID of the router table to which the route entry belongs.

Link copied to clipboard

The status of the route entry.

Link copied to clipboard

The type of the route entry.