OBJECT

FinOpsSavingsByCategory

link GraphQL Schema definition

  • type FinOpsSavingsByCategory {
  • # The difference of current and projected values for downsize recommendations
  • projectedDownsizeMonthlySavings: Float!
  • # The difference of current and projected values for terminate recommendations
  • projectedTerminateMonthlySavings: Float!
  • # The difference of current and projected values for upsize recommendations
  • projectedUpsizeMonthlySavings: Float!
  • }