GetVpnGatewayResult

data class GetVpnGatewayResult(val tags: List<Tag>? = null, val vpnGatewayId: String? = null)

Constructors

Link copied to clipboard
constructor(tags: List<Tag>? = null, vpnGatewayId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Any tags assigned to the virtual private gateway.

Link copied to clipboard
val vpnGatewayId: String? = null

The ID of the VPN gateway.