#[non_exhaustive]pub struct RelatedWorkspaceProperties { /* private fields */ }
Expand description
Describes the related WorkSpace. The related WorkSpace could be a Standby WorkSpace or Primary WorkSpace related to the specified WorkSpace.
Implementations§
source§impl RelatedWorkspaceProperties
impl RelatedWorkspaceProperties
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The identifier of the related WorkSpace.
sourcepub fn state(&self) -> Option<&WorkspaceState>
pub fn state(&self) -> Option<&WorkspaceState>
Indicates the state of the WorkSpace.
sourcepub fn type(&self) -> Option<&StandbyWorkspaceRelationshipType>
pub fn type(&self) -> Option<&StandbyWorkspaceRelationshipType>
Indicates the type of WorkSpace.
source§impl RelatedWorkspaceProperties
impl RelatedWorkspaceProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RelatedWorkspaceProperties
.
Trait Implementations§
source§impl Clone for RelatedWorkspaceProperties
impl Clone for RelatedWorkspaceProperties
source§fn clone(&self) -> RelatedWorkspaceProperties
fn clone(&self) -> RelatedWorkspaceProperties
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 RelatedWorkspaceProperties
impl Debug for RelatedWorkspaceProperties
source§impl PartialEq<RelatedWorkspaceProperties> for RelatedWorkspaceProperties
impl PartialEq<RelatedWorkspaceProperties> for RelatedWorkspaceProperties
source§fn eq(&self, other: &RelatedWorkspaceProperties) -> bool
fn eq(&self, other: &RelatedWorkspaceProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.