Get Transit Router Vpc Attachments Attachment
data class GetTransitRouterVpcAttachmentsAttachment(val id: String, val paymentType: String, val resourceType: String, val status: String, val transitRouterAttachmentDescription: String, val transitRouterAttachmentId: String, val transitRouterAttachmentName: String, val vpcId: String, val vpcOwnerId: String, val zoneMappings: List<GetTransitRouterVpcAttachmentsAttachmentZoneMapping>)
Constructors
Link copied to clipboard
fun GetTransitRouterVpcAttachmentsAttachment(id: String, paymentType: String, resourceType: String, status: String, transitRouterAttachmentDescription: String, transitRouterAttachmentId: String, transitRouterAttachmentName: String, vpcId: String, vpcOwnerId: String, zoneMappings: List<GetTransitRouterVpcAttachmentsAttachmentZoneMapping>)