lightsail_get_instance_state {paws.compute} | R Documentation |
Returns the state of a specific instance
Description
Returns the state of a specific instance. Works on one instance at a time.
See https://www.paws-r-sdk.com/docs/lightsail_get_instance_state/ for full documentation.
Usage
lightsail_get_instance_state(instanceName)
Arguments
instanceName |
[required] The name of the instance to get state information about. |
[Package paws.compute version 0.9.0 Index]