#[non_exhaustive]pub struct DeleteWorkspaceInput { /* private fields */ }Implementations§
source§impl DeleteWorkspaceInput
impl DeleteWorkspaceInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to delete.
source§impl DeleteWorkspaceInput
impl DeleteWorkspaceInput
sourcepub fn builder() -> DeleteWorkspaceInputBuilder
pub fn builder() -> DeleteWorkspaceInputBuilder
Creates a new builder-style object to manufacture DeleteWorkspaceInput.
source§impl DeleteWorkspaceInput
impl DeleteWorkspaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteWorkspace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteWorkspace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteWorkspace>
Trait Implementations§
source§impl Clone for DeleteWorkspaceInput
impl Clone for DeleteWorkspaceInput
source§fn clone(&self) -> DeleteWorkspaceInput
fn clone(&self) -> DeleteWorkspaceInput
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 DeleteWorkspaceInput
impl Debug for DeleteWorkspaceInput
source§impl PartialEq<DeleteWorkspaceInput> for DeleteWorkspaceInput
impl PartialEq<DeleteWorkspaceInput> for DeleteWorkspaceInput
source§fn eq(&self, other: &DeleteWorkspaceInput) -> bool
fn eq(&self, other: &DeleteWorkspaceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteWorkspaceInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteWorkspaceInput
impl Send for DeleteWorkspaceInput
impl Sync for DeleteWorkspaceInput
impl Unpin for DeleteWorkspaceInput
impl UnwindSafe for DeleteWorkspaceInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more