List Data Protection Settings
| workspacesweb_list_data_protection_settings | R Documentation |
Retrieves a list of data protection settings¶
Description¶
Retrieves a list of data protection settings.
Usage¶
workspacesweb_list_data_protection_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(
dataProtectionSettings = list(
list(
dataProtectionSettingsArn = "string",
displayName = "string",
description = "string",
creationDate = as.POSIXct(
"2015-01-01"
)
)
),
nextToken = "string"
)
Request syntax¶
svc$list_data_protection_settings(
nextToken = "string",
maxResults = 123
)