autoscaling_describe_instance_refreshes {paws.management} | R Documentation |
Gets information about the instance refreshes for the specified Auto Scaling group from the previous six weeks
Description
Gets information about the instance refreshes for the specified Auto Scaling group from the previous six weeks.
See https://www.paws-r-sdk.com/docs/autoscaling_describe_instance_refreshes/ for full documentation.
Usage
autoscaling_describe_instance_refreshes(
AutoScalingGroupName,
InstanceRefreshIds = NULL,
NextToken = NULL,
MaxRecords = NULL
)
Arguments
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
InstanceRefreshIds |
One or more instance refresh IDs. |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
MaxRecords |
The maximum number of items to return with this call. The default value
is |
[Package paws.management version 0.7.0 Index]