paws.compute (version 0.1.0)

lightsail_get_operations_for_resource: Gets operations for a specific resource (e

Description

Gets operations for a specific resource (e.g., an instance or a static IP).

Usage

lightsail_get_operations_for_resource(resourceName, pageToken)

Arguments

resourceName

[required] The name of the resource for which you are requesting information.

pageToken

A token used for advancing to the next page of results from your get operations for resource request.

Request syntax

svc$get_operations_for_resource(
  resourceName = "string",
  pageToken = "string"
)