#[non_exhaustive]pub struct StartConfigRulesEvaluationInput { /* private fields */ }Expand description
Implementations
sourceimpl StartConfigRulesEvaluationInput
impl StartConfigRulesEvaluationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartConfigRulesEvaluation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartConfigRulesEvaluation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartConfigRulesEvaluation>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartConfigRulesEvaluationInput.
sourceimpl StartConfigRulesEvaluationInput
impl StartConfigRulesEvaluationInput
sourcepub fn config_rule_names(&self) -> Option<&[String]>
pub fn config_rule_names(&self) -> Option<&[String]>
The list of names of Config rules that you want to run evaluations for.
Trait Implementations
sourceimpl Clone for StartConfigRulesEvaluationInput
impl Clone for StartConfigRulesEvaluationInput
sourcefn clone(&self) -> StartConfigRulesEvaluationInput
fn clone(&self) -> StartConfigRulesEvaluationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<StartConfigRulesEvaluationInput> for StartConfigRulesEvaluationInput
impl PartialEq<StartConfigRulesEvaluationInput> for StartConfigRulesEvaluationInput
sourcefn eq(&self, other: &StartConfigRulesEvaluationInput) -> bool
fn eq(&self, other: &StartConfigRulesEvaluationInput) -> bool
impl StructuralPartialEq for StartConfigRulesEvaluationInput
Auto Trait Implementations
impl RefUnwindSafe for StartConfigRulesEvaluationInput
impl Send for StartConfigRulesEvaluationInput
impl Sync for StartConfigRulesEvaluationInput
impl Unpin for StartConfigRulesEvaluationInput
impl UnwindSafe for StartConfigRulesEvaluationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more