DescribeSavingsPlanRatesResponse constructor

DescribeSavingsPlanRatesResponse({
  1. String? nextToken,
  2. String? savingsPlanId,
  3. List<SavingsPlanRate>? searchResults,
})

Implementation

DescribeSavingsPlanRatesResponse({
  this.nextToken,
  this.savingsPlanId,
  this.searchResults,
});