Struct aws_sdk_config::operation::start_config_rules_evaluation::StartConfigRulesEvaluationOutput
source · #[non_exhaustive]pub struct StartConfigRulesEvaluationOutput { /* private fields */ }Expand description
The output when you start the evaluation for the specified Config rule.
Implementations§
source§impl StartConfigRulesEvaluationOutput
impl StartConfigRulesEvaluationOutput
sourcepub fn builder() -> StartConfigRulesEvaluationOutputBuilder
pub fn builder() -> StartConfigRulesEvaluationOutputBuilder
Creates a new builder-style object to manufacture StartConfigRulesEvaluationOutput.
Trait Implementations§
source§impl Clone for StartConfigRulesEvaluationOutput
impl Clone for StartConfigRulesEvaluationOutput
source§fn clone(&self) -> StartConfigRulesEvaluationOutput
fn clone(&self) -> StartConfigRulesEvaluationOutput
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<StartConfigRulesEvaluationOutput> for StartConfigRulesEvaluationOutput
impl PartialEq<StartConfigRulesEvaluationOutput> for StartConfigRulesEvaluationOutput
source§fn eq(&self, other: &StartConfigRulesEvaluationOutput) -> bool
fn eq(&self, other: &StartConfigRulesEvaluationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for StartConfigRulesEvaluationOutput
impl RequestId for StartConfigRulesEvaluationOutput
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 StartConfigRulesEvaluationOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartConfigRulesEvaluationOutput
impl Send for StartConfigRulesEvaluationOutput
impl Sync for StartConfigRulesEvaluationOutput
impl Unpin for StartConfigRulesEvaluationOutput
impl UnwindSafe for StartConfigRulesEvaluationOutput
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