Struct aws_sdk_workspaces::model::StandbyWorkspace
source · #[non_exhaustive]pub struct StandbyWorkspace { /* private fields */ }
Expand description
Describes a Standby WorkSpace.
Implementations§
source§impl StandbyWorkspace
impl StandbyWorkspace
sourcepub fn primary_workspace_id(&self) -> Option<&str>
pub fn primary_workspace_id(&self) -> Option<&str>
The identifier of the Standby WorkSpace.
sourcepub fn volume_encryption_key(&self) -> Option<&str>
pub fn volume_encryption_key(&self) -> Option<&str>
The volume encryption key of the Standby WorkSpace.
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The identifier of the directory for the Standby WorkSpace.
The tags associated with the Standby WorkSpace.
source§impl StandbyWorkspace
impl StandbyWorkspace
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StandbyWorkspace
.
Trait Implementations§
source§impl Clone for StandbyWorkspace
impl Clone for StandbyWorkspace
source§fn clone(&self) -> StandbyWorkspace
fn clone(&self) -> StandbyWorkspace
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 Debug for StandbyWorkspace
impl Debug for StandbyWorkspace
source§impl PartialEq<StandbyWorkspace> for StandbyWorkspace
impl PartialEq<StandbyWorkspace> for StandbyWorkspace
source§fn eq(&self, other: &StandbyWorkspace) -> bool
fn eq(&self, other: &StandbyWorkspace) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.