GetVpcLinkResult

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the VPC link.

Link copied to clipboard
val name: String? = null

The name used to label and identify the VPC link.

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

An array of arbitrary tags (key-value pairs) to associate with the VPC link.

Link copied to clipboard
val vpcLinkId: String? = null

The ID for the VPC link. For example: abc123 .