Values.DescribeSavingsPlanRatesRequestSourceDescribes the rates for a specific, existing Savings Plan.
type nonrec t = {savingsPlanId : SavingsPlanId.t;The ID of the Savings Plan.
*)filters : SavingsPlanRateFilterList.t option;The filters.
*)nextToken : PaginationToken.t option;The token for the next page of results.
*)maxResults : MaxResults.t option;The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.
*)}val make :
?filters:??? ->
?nextToken:??? ->
?maxResults:??? ->
savingsPlanId:SavingsPlanId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list ])
list ]
list
| `String of SavingsPlanId.t ])
list ]