Get Peering Attachment Result
data class GetPeeringAttachmentResult(val arn: String, val filters: List<GetPeeringAttachmentFilter>? = null, val id: String, val peerAccountId: String, val peerRegion: String, val peerTransitGatewayId: String, val state: String, val tags: Map<String, String>, val transitGatewayId: String)
A collection of values returned by getPeeringAttachment.