DescribeWorkspaceSnapshotsResult
public struct DescribeWorkspaceSnapshotsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
Declaration
Swift
public let rebuildSnapshots: [Snapshot]? -
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
Declaration
Swift
public let restoreSnapshots: [Snapshot]?
View on GitHub
DescribeWorkspaceSnapshotsResult Structure Reference