Struct aws_sdk_config::input::PutExternalEvaluationInput
source · [−]#[non_exhaustive]pub struct PutExternalEvaluationInput { /* private fields */ }Implementations
sourceimpl PutExternalEvaluationInput
impl PutExternalEvaluationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutExternalEvaluation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutExternalEvaluation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutExternalEvaluation>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutExternalEvaluationInput.
sourceimpl PutExternalEvaluationInput
impl PutExternalEvaluationInput
sourcepub fn config_rule_name(&self) -> Option<&str>
pub fn config_rule_name(&self) -> Option<&str>
The name of the Config rule.
sourcepub fn external_evaluation(&self) -> Option<&ExternalEvaluation>
pub fn external_evaluation(&self) -> Option<&ExternalEvaluation>
An ExternalEvaluation object that provides details about compliance.
Trait Implementations
sourceimpl Clone for PutExternalEvaluationInput
impl Clone for PutExternalEvaluationInput
sourcefn clone(&self) -> PutExternalEvaluationInput
fn clone(&self) -> PutExternalEvaluationInput
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 Debug for PutExternalEvaluationInput
impl Debug for PutExternalEvaluationInput
sourceimpl PartialEq<PutExternalEvaluationInput> for PutExternalEvaluationInput
impl PartialEq<PutExternalEvaluationInput> for PutExternalEvaluationInput
sourcefn eq(&self, other: &PutExternalEvaluationInput) -> bool
fn eq(&self, other: &PutExternalEvaluationInput) -> bool
impl StructuralPartialEq for PutExternalEvaluationInput
Auto Trait Implementations
impl RefUnwindSafe for PutExternalEvaluationInput
impl Send for PutExternalEvaluationInput
impl Sync for PutExternalEvaluationInput
impl Unpin for PutExternalEvaluationInput
impl UnwindSafe for PutExternalEvaluationInput
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