Class: Aws::WorkSpaces::Types::DescribeWorkspaceSnapshotsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rebuild_snapshotsArray<Types::Snapshot>

Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.

Returns:



2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2218

class DescribeWorkspaceSnapshotsResult < Struct.new(
  :rebuild_snapshots,
  :restore_snapshots)
  SENSITIVE = []
  include Aws::Structure
end

#restore_snapshotsArray<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.

Returns:



2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2218

class DescribeWorkspaceSnapshotsResult < Struct.new(
  :rebuild_snapshots,
  :restore_snapshots)
  SENSITIVE = []
  include Aws::Structure
end