DescribeSavingsPlansResponse constructor

DescribeSavingsPlansResponse({
  1. String? nextToken,
  2. List<SavingsPlan>? savingsPlans,
})

Implementation

DescribeSavingsPlansResponse({
  this.nextToken,
  this.savingsPlans,
});