Describe Workspace Snapshots
workspaces_describe_workspace_snapshots | R Documentation |
Describes the snapshots for the specified WorkSpace¶
Description¶
Describes the snapshots for the specified WorkSpace.
Usage¶
workspaces_describe_workspace_snapshots(WorkspaceId)
Arguments¶
WorkspaceId |
[required] The identifier of the WorkSpace. |
Value¶
A list with the following syntax:
list(
RebuildSnapshots = list(
list(
SnapshotTime = as.POSIXct(
"2015-01-01"
)
)
),
RestoreSnapshots = list(
list(
SnapshotTime = as.POSIXct(
"2015-01-01"
)
)
)
)
Request syntax¶
svc$describe_workspace_snapshots(
WorkspaceId = "string"
)