GetTransitGatewayVpcAttachmentResult

data class GetTransitGatewayVpcAttachmentResult(val id: String? = null, val options: OptionsProperties? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, options: OptionsProperties? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the attachment.

Link copied to clipboard

The options for the transit gateway vpc attachment.

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

The tags for the VPC attachment.