#[non_exhaustive]pub struct DescribeWorkspaceSnapshotsOutput { /* private fields */ }Implementations§
source§impl DescribeWorkspaceSnapshotsOutput
impl DescribeWorkspaceSnapshotsOutput
sourcepub fn rebuild_snapshots(&self) -> Option<&[Snapshot]>
pub fn rebuild_snapshots(&self) -> Option<&[Snapshot]>
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
sourcepub fn restore_snapshots(&self) -> Option<&[Snapshot]>
pub fn restore_snapshots(&self) -> Option<&[Snapshot]>
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
source§impl DescribeWorkspaceSnapshotsOutput
impl DescribeWorkspaceSnapshotsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkspaceSnapshotsOutput.
Trait Implementations§
source§impl Clone for DescribeWorkspaceSnapshotsOutput
impl Clone for DescribeWorkspaceSnapshotsOutput
source§fn clone(&self) -> DescribeWorkspaceSnapshotsOutput
fn clone(&self) -> DescribeWorkspaceSnapshotsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<DescribeWorkspaceSnapshotsOutput> for DescribeWorkspaceSnapshotsOutput
impl PartialEq<DescribeWorkspaceSnapshotsOutput> for DescribeWorkspaceSnapshotsOutput
source§fn eq(&self, other: &DescribeWorkspaceSnapshotsOutput) -> bool
fn eq(&self, other: &DescribeWorkspaceSnapshotsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.