data class GetServerResult(val arn: String? = null, val backupRetentionCount: Int? = null, val disableAutomatedBackup: Boolean? = null, val endpoint: String? = null, val preferredBackupWindow: String? = null, val preferredMaintenanceWindow: String? = null)