autoscaling_describe_auto_scaling_instances {paws.management} | R Documentation |
Gets information about the Auto Scaling instances in the account and Region
Description
Gets information about the Auto Scaling instances in the account and Region.
See https://www.paws-r-sdk.com/docs/autoscaling_describe_auto_scaling_instances/ for full documentation.
Usage
autoscaling_describe_auto_scaling_instances(
InstanceIds = NULL,
MaxRecords = NULL,
NextToken = NULL
)
Arguments
InstanceIds |
The IDs of the instances. If you omit this property, all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error. Array Members: Maximum number of 50 items. |
MaxRecords |
The maximum number of items to return with this call. The default value
is |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
[Package paws.management version 0.9.0 Index]