Get Vpc Link Result
data class GetVpcLinkResult(val description: String? = null, val name: String? = null, val tags: List<VpcLinkTag>? = null, val vpcLinkId: String? = null)
Constructors
Link copied to clipboard
fun GetVpcLinkResult(description: String? = null, name: String? = null, tags: List<VpcLinkTag>? = null, vpcLinkId: String? = null)