GetVpcLinkResult

data class GetVpcLinkResult(val name: String? = null, val tags: Map<String, String>? = null, val vpcLinkId: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, tags: Map<String, String>? = null, vpcLinkId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the VPC link.

Link copied to clipboard
val tags: Map<String, String>? = null

The collection of tags. Each tag element is associated with a given resource.

Link copied to clipboard
val vpcLinkId: String? = null

The VPC link ID.