#[non_exhaustive]pub struct CancelResourceRequestOutput { /* private fields */ }
Implementations§
source§impl CancelResourceRequestOutput
impl CancelResourceRequestOutput
sourcepub fn progress_event(&self) -> Option<&ProgressEvent>
pub fn progress_event(&self) -> Option<&ProgressEvent>
Represents the current status of a resource operation request. For more information, see Managing resource operation requests in the Amazon Web Services Cloud Control API User Guide.
source§impl CancelResourceRequestOutput
impl CancelResourceRequestOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelResourceRequestOutput
.
Trait Implementations§
source§impl Clone for CancelResourceRequestOutput
impl Clone for CancelResourceRequestOutput
source§fn clone(&self) -> CancelResourceRequestOutput
fn clone(&self) -> CancelResourceRequestOutput
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 CancelResourceRequestOutput
impl Debug for CancelResourceRequestOutput
source§impl PartialEq<CancelResourceRequestOutput> for CancelResourceRequestOutput
impl PartialEq<CancelResourceRequestOutput> for CancelResourceRequestOutput
source§fn eq(&self, other: &CancelResourceRequestOutput) -> bool
fn eq(&self, other: &CancelResourceRequestOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.