#[non_exhaustive]pub struct DeregisterWorkspaceDirectoryInput { /* private fields */ }Implementations§
source§impl DeregisterWorkspaceDirectoryInput
impl DeregisterWorkspaceDirectoryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeregisterWorkspaceDirectory, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeregisterWorkspaceDirectory, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeregisterWorkspaceDirectory>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeregisterWorkspaceDirectoryInput.
source§impl DeregisterWorkspaceDirectoryInput
impl DeregisterWorkspaceDirectoryInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them before you deregister the directory, or you will receive an OperationNotSupportedException error.
Trait Implementations§
source§impl Clone for DeregisterWorkspaceDirectoryInput
impl Clone for DeregisterWorkspaceDirectoryInput
source§fn clone(&self) -> DeregisterWorkspaceDirectoryInput
fn clone(&self) -> DeregisterWorkspaceDirectoryInput
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 PartialEq<DeregisterWorkspaceDirectoryInput> for DeregisterWorkspaceDirectoryInput
impl PartialEq<DeregisterWorkspaceDirectoryInput> for DeregisterWorkspaceDirectoryInput
source§fn eq(&self, other: &DeregisterWorkspaceDirectoryInput) -> bool
fn eq(&self, other: &DeregisterWorkspaceDirectoryInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.