Get Vpn Attachment Result
data class GetVpnAttachmentResult(val filters: List<GetVpnAttachmentFilter>? = null, val id: String, val tags: Map<String, String>, val transitGatewayId: String? = null, val vpnConnectionId: String? = null)
A collection of values returned by getVpnAttachment.
Constructors
Link copied to clipboard
fun GetVpnAttachmentResult(filters: List<GetVpnAttachmentFilter>? = null, id: String, tags: Map<String, String>, transitGatewayId: String? = null, vpnConnectionId: String? = null)