paws.compute (version 0.1.0)

lightsail_get_instance_state: Returns the state of a specific instance

Description

Returns the state of a specific instance. Works on one instance at a time.

Usage

lightsail_get_instance_state(instanceName)

Arguments

instanceName

[required] The name of the instance to get state information about.

Request syntax

svc$get_instance_state(
  instanceName = "string"
)