Struct aws_sdk_cloudcontrol::output::UpdateResourceOutput [−][src]
#[non_exhaustive]pub struct UpdateResourceOutput {
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 the resource update request.
Use the RequestToken
of the ProgressEvent
with GetResourceRequestStatus to return the current status of a resource operation
request.
Implementations
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.
Creates a new builder-style object to manufacture UpdateResourceOutput
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 UpdateResourceOutput
impl Send for UpdateResourceOutput
impl Sync for UpdateResourceOutput
impl Unpin for UpdateResourceOutput
impl UnwindSafe for UpdateResourceOutput
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