DescribeSavingsPlanRatesResponse constructor
DescribeSavingsPlanRatesResponse({
- String? nextToken,
- String? savingsPlanId,
- List<
SavingsPlanRate> ? searchResults,
Implementation
DescribeSavingsPlanRatesResponse({
this.nextToken,
this.savingsPlanId,
this.searchResults,
});