#[non_exhaustive]pub struct UpdateWorkspaceOutput { /* private fields */ }Implementations§
source§impl UpdateWorkspaceOutput
impl UpdateWorkspaceOutput
sourcepub fn update_date_time(&self) -> Option<&DateTime>
pub fn update_date_time(&self) -> Option<&DateTime>
The date and time of the current update.
source§impl UpdateWorkspaceOutput
impl UpdateWorkspaceOutput
sourcepub fn builder() -> UpdateWorkspaceOutputBuilder
pub fn builder() -> UpdateWorkspaceOutputBuilder
Creates a new builder-style object to manufacture UpdateWorkspaceOutput.
Trait Implementations§
source§impl Clone for UpdateWorkspaceOutput
impl Clone for UpdateWorkspaceOutput
source§fn clone(&self) -> UpdateWorkspaceOutput
fn clone(&self) -> UpdateWorkspaceOutput
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 UpdateWorkspaceOutput
impl Debug for UpdateWorkspaceOutput
source§impl PartialEq<UpdateWorkspaceOutput> for UpdateWorkspaceOutput
impl PartialEq<UpdateWorkspaceOutput> for UpdateWorkspaceOutput
source§fn eq(&self, other: &UpdateWorkspaceOutput) -> bool
fn eq(&self, other: &UpdateWorkspaceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateWorkspaceOutput
impl RequestId for UpdateWorkspaceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.