OBJECT

FinOpsUnderutilizedCommitmentsSummary

Summary for expiring commitments data.

link GraphQL Schema definition

  • type FinOpsUnderutilizedCommitmentsSummary {
  • # The commitment type for the discount
  • commitmentType: FinOpsCommitmentType!
  • # Total count of underutilized commitments
  • count: Int
  • # Currency for the cost impact
  • currency: String!
  • # Total cost impact for underutilized commitments
  • wastageImpact: Float!
  • }