GetTransitGatewayVpcAttachmentResult

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

Constructors

Link copied to clipboard
fun GetTransitGatewayVpcAttachmentResult(addSubnetIds: List<String>? = null, id: String? = null, options: OptionsProperties? = null, removeSubnetIds: List<String>? = null, tags: List<TransitGatewayVpcAttachmentTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The options for the transit gateway vpc attachment.

Link copied to clipboard
Link copied to clipboard