Get Transit Gateway Attachment Result
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)