autoscaling_describe_warm_pool {paws.management} | R Documentation |
Gets information about a warm pool and its instances
Description
Gets information about a warm pool and its instances.
See https://www.paws-r-sdk.com/docs/autoscaling_describe_warm_pool/ for full documentation.
Usage
autoscaling_describe_warm_pool(
AutoScalingGroupName,
MaxRecords = NULL,
NextToken = NULL
)
Arguments
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
MaxRecords |
The maximum number of instances to return with this call. The maximum
value is |
NextToken |
The token for the next set of instances to return. (You received this token from a previous call.) |
[Package paws.management version 0.9.0 Index]