VPCRouteEntryNextHopNextHopRelatedInfo

data class VPCRouteEntryNextHopNextHopRelatedInfo(val instanceId: String? = null, val instanceType: String? = null, val regionId: String? = null)

Constructors

Link copied to clipboard
constructor(instanceId: String? = null, instanceType: String? = null, regionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceId: String? = null

InstanceId

Link copied to clipboard
val instanceType: String? = null

InstanceType

Link copied to clipboard
val regionId: String? = null

The region of the instance associated with the next hop.