DescribeSavingsPlansResponse constructor
DescribeSavingsPlansResponse({
- String? nextToken,
- List<
SavingsPlan> ? savingsPlans,
Implementation
DescribeSavingsPlansResponse({
this.nextToken,
this.savingsPlans,
});