List Backup Plan Templates
| backup_list_backup_plan_templates | R Documentation |
Lists the backup plan templates¶
Description¶
Lists the backup plan templates.
Usage¶
Arguments¶
NextTokenThe next item following a partial list of returned items. For example, if a request is made to return
MaxResultsnumber of items,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.MaxResultsThe maximum number of items to return.
Value¶
A list with the following syntax:
list(
NextToken = "string",
BackupPlanTemplatesList = list(
list(
BackupPlanTemplateId = "string",
BackupPlanTemplateName = "string"
)
)
)