List all Objects in a given Backup.
See https://www.paws-r-sdk.com/docs/backupstorage_list_objects/ for full documentation.
backupstorage_list_objects(
StorageJobId,
StartingObjectName = NULL,
StartingObjectPrefix = NULL,
MaxResults = NULL,
NextToken = NULL,
CreatedBefore = NULL,
CreatedAfter = NULL
)
[required] Storage job id
Optional, specifies the starting Object name to list from. Ignored if NextToken is not NULL
Optional, specifies the starting Object prefix to list from. Ignored if NextToken is not NULL
Maximum objects count
Pagination token
(Optional) Created before filter
(Optional) Created after filter