SavingsPlansUtilizationDetail constructor
SavingsPlansUtilizationDetail({
- SavingsPlansAmortizedCommitment? amortizedCommitment,
- Map<
String, String> ? attributes, - SavingsPlansSavings? savings,
- String? savingsPlanArn,
- SavingsPlansUtilization? utilization,
Implementation
SavingsPlansUtilizationDetail({
this.amortizedCommitment,
this.attributes,
this.savings,
this.savingsPlanArn,
this.utilization,
});