Struct aws_sdk_cloudcontrol::output::UpdateResourceOutput
source · [−]#[non_exhaustive]pub struct UpdateResourceOutput { /* private fields */ }Implementations
sourceimpl UpdateResourceOutput
impl UpdateResourceOutput
sourcepub fn progress_event(&self) -> Option<&ProgressEvent>
pub fn progress_event(&self) -> Option<&ProgressEvent>
Represents the current status of the resource update request.
Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
sourceimpl UpdateResourceOutput
impl UpdateResourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateResourceOutput.
Trait Implementations
sourceimpl Clone for UpdateResourceOutput
impl Clone for UpdateResourceOutput
sourcefn clone(&self) -> UpdateResourceOutput
fn clone(&self) -> UpdateResourceOutput
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 UpdateResourceOutput
impl Debug for UpdateResourceOutput
sourceimpl PartialEq<UpdateResourceOutput> for UpdateResourceOutput
impl PartialEq<UpdateResourceOutput> for UpdateResourceOutput
sourcefn eq(&self, other: &UpdateResourceOutput) -> bool
fn eq(&self, other: &UpdateResourceOutput) -> bool
impl StructuralPartialEq for UpdateResourceOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateResourceOutput
impl Send for UpdateResourceOutput
impl Sync for UpdateResourceOutput
impl Unpin for UpdateResourceOutput
impl UnwindSafe for UpdateResourceOutput
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