Struct aws_sdk_cloudcontrol::output::DeleteResourceOutput [−][src]
#[non_exhaustive]pub struct DeleteResourceOutput {
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 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.
Implementations
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.
Creates a new builder-style object to manufacture DeleteResourceOutput
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 DeleteResourceOutput
impl Send for DeleteResourceOutput
impl Sync for DeleteResourceOutput
impl Unpin for DeleteResourceOutput
impl UnwindSafe for DeleteResourceOutput
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