Struct aws_sdk_workspaces::output::MigrateWorkspaceOutput
source · [−]#[non_exhaustive]pub struct MigrateWorkspaceOutput { /* private fields */ }Implementations
sourceimpl MigrateWorkspaceOutput
impl MigrateWorkspaceOutput
sourcepub fn source_workspace_id(&self) -> Option<&str>
pub fn source_workspace_id(&self) -> Option<&str>
The original identifier of the WorkSpace that is being migrated.
sourcepub fn target_workspace_id(&self) -> Option<&str>
pub fn target_workspace_id(&self) -> Option<&str>
The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.
sourceimpl MigrateWorkspaceOutput
impl MigrateWorkspaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MigrateWorkspaceOutput.
Trait Implementations
sourceimpl Clone for MigrateWorkspaceOutput
impl Clone for MigrateWorkspaceOutput
sourcefn clone(&self) -> MigrateWorkspaceOutput
fn clone(&self) -> MigrateWorkspaceOutput
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 MigrateWorkspaceOutput
impl Debug for MigrateWorkspaceOutput
sourceimpl PartialEq<MigrateWorkspaceOutput> for MigrateWorkspaceOutput
impl PartialEq<MigrateWorkspaceOutput> for MigrateWorkspaceOutput
sourcefn eq(&self, other: &MigrateWorkspaceOutput) -> bool
fn eq(&self, other: &MigrateWorkspaceOutput) -> bool
impl StructuralPartialEq for MigrateWorkspaceOutput
Auto Trait Implementations
impl RefUnwindSafe for MigrateWorkspaceOutput
impl Send for MigrateWorkspaceOutput
impl Sync for MigrateWorkspaceOutput
impl Unpin for MigrateWorkspaceOutput
impl UnwindSafe for MigrateWorkspaceOutput
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