Struct aws_sdk_cloudcontrol::output::DeleteResourceOutput
source · [−]#[non_exhaustive]pub struct DeleteResourceOutput { /* private fields */ }Implementations
sourceimpl DeleteResourceOutput
impl DeleteResourceOutput
sourcepub fn progress_event(&self) -> Option<&ProgressEvent>
pub fn progress_event(&self) -> Option<&ProgressEvent>
Represents the current status of the resource deletion request.
After you have initiated a resource deletion request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by DeleteResource.
sourceimpl DeleteResourceOutput
impl DeleteResourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteResourceOutput.
Trait Implementations
sourceimpl Clone for DeleteResourceOutput
impl Clone for DeleteResourceOutput
sourcefn clone(&self) -> DeleteResourceOutput
fn clone(&self) -> DeleteResourceOutput
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 DeleteResourceOutput
impl Debug for DeleteResourceOutput
sourceimpl PartialEq<DeleteResourceOutput> for DeleteResourceOutput
impl PartialEq<DeleteResourceOutput> for DeleteResourceOutput
sourcefn eq(&self, other: &DeleteResourceOutput) -> bool
fn eq(&self, other: &DeleteResourceOutput) -> bool
impl StructuralPartialEq for DeleteResourceOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteResourceOutput
impl Send for DeleteResourceOutput
impl Sync for DeleteResourceOutput
impl Unpin for DeleteResourceOutput
impl UnwindSafe for DeleteResourceOutput
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