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]?
  • Undocumented

    Declaration

    Swift

    public init(rebuildSnapshots: [Snapshot]? = nil, restoreSnapshots: [Snapshot]? = nil)