GetVpcLinkResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description of the VPC link.

Link copied to clipboard
val name: String? = null

A name for the VPC link.

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

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

Link copied to clipboard
val vpcLinkId: String? = null

The ID of the instance that backs VPC link.