SavingsPlansUtilizationDetail constructor

SavingsPlansUtilizationDetail({
  1. SavingsPlansAmortizedCommitment? amortizedCommitment,
  2. Map<String, String>? attributes,
  3. SavingsPlansSavings? savings,
  4. String? savingsPlanArn,
  5. SavingsPlansUtilization? utilization,
})

Implementation

SavingsPlansUtilizationDetail({
  this.amortizedCommitment,
  this.attributes,
  this.savings,
  this.savingsPlanArn,
  this.utilization,
});