Learn R Programming

paws.compute (version 0.1.12)

lightsail_get_active_names: Returns the names of all active (not deleted) resources

Description

Returns the names of all active (not deleted) resources.

Usage

lightsail_get_active_names(pageToken)

Value

A list with the following syntax:

list(
  activeNames = list(
    "string"
  ),
  nextPageToken = "string"
)

Arguments

pageToken

The token to advance to the next page of results from your request.

To get a page token, perform an initial get_active_names request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

Request syntax

svc$get_active_names(
  pageToken = "string"
)