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.
2435 2436 2437 2438 2439 2440 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2435 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.
2435 2436 2437 2438 2439 2440 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2435 class DescribeWorkspaceSnapshotsResult < Struct.new( :rebuild_snapshots, :restore_snapshots) SENSITIVE = [] include Aws::Structure end |