Struct aws_sdk_grafana::input::DeleteWorkspaceInput
source · [−]#[non_exhaustive]pub struct DeleteWorkspaceInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteWorkspaceInput
.
sourceimpl DeleteWorkspaceInput
impl DeleteWorkspaceInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to delete.
Trait Implementations
sourceimpl Clone for DeleteWorkspaceInput
impl Clone for DeleteWorkspaceInput
sourcefn clone(&self) -> DeleteWorkspaceInput
fn clone(&self) -> DeleteWorkspaceInput
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 DeleteWorkspaceInput
impl Debug for DeleteWorkspaceInput
sourceimpl PartialEq<DeleteWorkspaceInput> for DeleteWorkspaceInput
impl PartialEq<DeleteWorkspaceInput> for DeleteWorkspaceInput
sourcefn eq(&self, other: &DeleteWorkspaceInput) -> bool
fn eq(&self, other: &DeleteWorkspaceInput) -> bool
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
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