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¶
Arguments¶
maxResultsThe maximum number of results to be included in the next page.
nextTokenThe pagination token used to retrieve the next page of results for this operation.
Value¶
A list with the following syntax:
list(
ipAccessSettings = list(
list(
creationDate = as.POSIXct(
"2015-01-01"
),
description = "string",
displayName = "string",
ipAccessSettingsArn = "string"
)
),
nextToken = "string"
)