Struct aws_sdk_amp::model::WorkspaceSummary
source · [−]#[non_exhaustive]pub struct WorkspaceSummary { /* private fields */ }Expand description
Represents a summary of the properties of a workspace.
Implementations
sourceimpl WorkspaceSummary
impl WorkspaceSummary
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
Unique string identifying this workspace.
sourcepub fn status(&self) -> Option<&WorkspaceStatus>
pub fn status(&self) -> Option<&WorkspaceStatus>
The status of this workspace.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The time when the workspace was created.
The tags of this workspace.
sourceimpl WorkspaceSummary
impl WorkspaceSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkspaceSummary.
Trait Implementations
sourceimpl Clone for WorkspaceSummary
impl Clone for WorkspaceSummary
sourcefn clone(&self) -> WorkspaceSummary
fn clone(&self) -> WorkspaceSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for WorkspaceSummary
impl Debug for WorkspaceSummary
sourceimpl PartialEq<WorkspaceSummary> for WorkspaceSummary
impl PartialEq<WorkspaceSummary> for WorkspaceSummary
sourcefn eq(&self, other: &WorkspaceSummary) -> bool
fn eq(&self, other: &WorkspaceSummary) -> bool
impl StructuralPartialEq for WorkspaceSummary
Auto Trait Implementations
impl RefUnwindSafe for WorkspaceSummary
impl Send for WorkspaceSummary
impl Sync for WorkspaceSummary
impl Unpin for WorkspaceSummary
impl UnwindSafe for WorkspaceSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more