Skip to content

List Network Settings

workspacesweb_list_network_settings R Documentation

Retrieves a list of network settings

Description

Retrieves a list of network settings.

Usage

workspacesweb_list_network_settings(nextToken, maxResults)

Arguments

nextToken

The pagination token used to retrieve the next page of results for this operation.

maxResults

The maximum number of results to be included in the next page.

Value

A list with the following syntax:

list(
  networkSettings = list(
    list(
      networkSettingsArn = "string",
      vpcId = "string"
    )
  ),
  nextToken = "string"
)

Request syntax

svc$list_network_settings(
  nextToken = "string",
  maxResults = 123
)