List Network Settings
workspacesweb_list_network_settings | R Documentation |
Retrieves a list of network settings¶
Description¶
Retrieves a list of network settings.
Usage¶
Arguments¶
maxResults
The maximum number of results to be included in the next page.
nextToken
The pagination token used to retrieve the next page of results for this operation.
Value¶
A list with the following syntax:
list(
networkSettings = list(
list(
networkSettingsArn = "string",
vpcId = "string"
)
),
nextToken = "string"
)