Struct aws_sdk_config::operation::start_remediation_execution::StartRemediationExecutionOutput
source · #[non_exhaustive]pub struct StartRemediationExecutionOutput { /* private fields */ }Implementations§
source§impl StartRemediationExecutionOutput
impl StartRemediationExecutionOutput
sourcepub fn failure_message(&self) -> Option<&str>
pub fn failure_message(&self) -> Option<&str>
Returns a failure message. For example, the resource is already compliant.
sourcepub fn failed_items(&self) -> Option<&[ResourceKey]>
pub fn failed_items(&self) -> Option<&[ResourceKey]>
For resources that have failed to start execution, the API returns a resource key object.
source§impl StartRemediationExecutionOutput
impl StartRemediationExecutionOutput
sourcepub fn builder() -> StartRemediationExecutionOutputBuilder
pub fn builder() -> StartRemediationExecutionOutputBuilder
Creates a new builder-style object to manufacture StartRemediationExecutionOutput.
Trait Implementations§
source§impl Clone for StartRemediationExecutionOutput
impl Clone for StartRemediationExecutionOutput
source§fn clone(&self) -> StartRemediationExecutionOutput
fn clone(&self) -> StartRemediationExecutionOutput
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 PartialEq<StartRemediationExecutionOutput> for StartRemediationExecutionOutput
impl PartialEq<StartRemediationExecutionOutput> for StartRemediationExecutionOutput
source§fn eq(&self, other: &StartRemediationExecutionOutput) -> bool
fn eq(&self, other: &StartRemediationExecutionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for StartRemediationExecutionOutput
impl RequestId for StartRemediationExecutionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for StartRemediationExecutionOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartRemediationExecutionOutput
impl Send for StartRemediationExecutionOutput
impl Sync for StartRemediationExecutionOutput
impl Unpin for StartRemediationExecutionOutput
impl UnwindSafe for StartRemediationExecutionOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more