OBJECT
A single metric point.
type FinOpsCostAnomalyMetricPoint {# Total cost for the account, service, and region combination where the anomaly # occurred, including the cost impact of anomalies.cost: Float # Whether the value is an anomaly result from the detection model.isDetectedAnomaly: Boolean! # Date for a single cost value.timestamp: DateTime }