Struct aws_sdk_cloudcontrol::output::CancelResourceRequestOutput [−][src]
#[non_exhaustive]pub struct CancelResourceRequestOutput {
pub progress_event: Option<ProgressEvent>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.progress_event: 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.
Implementations
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.
Creates a new builder-style object to manufacture CancelResourceRequestOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CancelResourceRequestOutput
impl Send for CancelResourceRequestOutput
impl Sync for CancelResourceRequestOutput
impl Unpin for CancelResourceRequestOutput
impl UnwindSafe for CancelResourceRequestOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more