Class: Aws::WorkSpaces::Types::DescribeWorkspaceSnapshotsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeWorkspaceSnapshotsResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rebuild_snapshots ⇒ Array<Types::Snapshot>
Information about the snapshots that can be used to rebuild a WorkSpace.
-
#restore_snapshots ⇒ Array<Types::Snapshot>
Information about the snapshots that can be used to restore a WorkSpace.
Instance Attribute Details
#rebuild_snapshots ⇒ Array<Types::Snapshot>
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
1682 1683 1684 1685 1686 1687 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1682 class DescribeWorkspaceSnapshotsResult < Struct.new( :rebuild_snapshots, :restore_snapshots) SENSITIVE = [] include Aws::Structure end |
#restore_snapshots ⇒ Array<Types::Snapshot>
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
1682 1683 1684 1685 1686 1687 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1682 class DescribeWorkspaceSnapshotsResult < Struct.new( :rebuild_snapshots, :restore_snapshots) SENSITIVE = [] include Aws::Structure end |