Values.DescribeScalingPlanResourcesRequestSourceDescribes the scalable resources in the specified scaling plan.
type nonrec t = {scalingPlanName : ScalingPlanName.t;The name of the scaling plan.
*)scalingPlanVersion : ScalingPlanVersion.t;The version number of the scaling plan. Currently, the only valid value is 1.
*)maxResults : MaxResults.t option;The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.
*)nextToken : NextToken.t option;The token for the next set of results.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
scalingPlanName:ScalingPlanName.t ->
scalingPlanVersion:ScalingPlanVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `Long of ScalingPlanVersion.t
| `String of ScalingPlanName.t ])
list ]