Struct aws_sdk_workspaces::output::MigrateWorkspaceOutput
source · #[non_exhaustive]pub struct MigrateWorkspaceOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl MigrateWorkspaceOutput
impl MigrateWorkspaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MigrateWorkspaceOutput
.
Trait Implementations§
source§impl Clone for MigrateWorkspaceOutput
impl Clone for MigrateWorkspaceOutput
source§fn clone(&self) -> MigrateWorkspaceOutput
fn clone(&self) -> MigrateWorkspaceOutput
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 MigrateWorkspaceOutput
impl Debug for MigrateWorkspaceOutput
source§impl PartialEq<MigrateWorkspaceOutput> for MigrateWorkspaceOutput
impl PartialEq<MigrateWorkspaceOutput> for MigrateWorkspaceOutput
source§fn eq(&self, other: &MigrateWorkspaceOutput) -> bool
fn eq(&self, other: &MigrateWorkspaceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.