List Ip Access Settings
| workspacesweb_list_ip_access_settings | R Documentation |
Retrieves a list of IP access settings¶
Description¶
Retrieves a list of IP access settings.
Usage¶
workspacesweb_list_ip_access_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(
ipAccessSettings = list(
list(
ipAccessSettingsArn = "string",
displayName = "string",
description = "string",
creationDate = as.POSIXct(
"2015-01-01"
)
)
),
nextToken = "string"
)
Request syntax¶
svc$list_ip_access_settings(
nextToken = "string",
maxResults = 123
)