List Browser Settings
workspacesweb_list_browser_settings | R Documentation |
Retrieves a list of browser settings¶
Description¶
Retrieves a list of browser settings.
Usage¶
workspacesweb_list_browser_settings(maxResults, nextToken)
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(
browserSettings = list(
list(
browserSettingsArn = "string"
)
),
nextToken = "string"
)
Request syntax¶
svc$list_browser_settings(
maxResults = 123,
nextToken = "string"
)