GetTransitGatewayAttachmentResult

data class GetTransitGatewayAttachmentResult(val id: String? = null, val options: OptionsProperties? = null, val subnetIds: List<String>? = null, val tags: List<TransitGatewayAttachmentTag>? = null)

Constructors

Link copied to clipboard
fun GetTransitGatewayAttachmentResult(id: String? = null, options: OptionsProperties? = null, subnetIds: List<String>? = null, tags: List<TransitGatewayAttachmentTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard

The options for the transit gateway vpc attachment.

Link copied to clipboard
val subnetIds: List<String>? = null
Link copied to clipboard