Struct aws_sdk_config::types::EvaluationContext
source · #[non_exhaustive]pub struct EvaluationContext { /* private fields */ }Expand description
Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. If you want to check just a resource definition, you do not need to provide evaluation context.
Implementations§
source§impl EvaluationContext
impl EvaluationContext
sourcepub fn evaluation_context_identifier(&self) -> Option<&str>
pub fn evaluation_context_identifier(&self) -> Option<&str>
A unique EvaluationContextIdentifier ID for an EvaluationContext.
source§impl EvaluationContext
impl EvaluationContext
sourcepub fn builder() -> EvaluationContextBuilder
pub fn builder() -> EvaluationContextBuilder
Creates a new builder-style object to manufacture EvaluationContext.
Trait Implementations§
source§impl Clone for EvaluationContext
impl Clone for EvaluationContext
source§fn clone(&self) -> EvaluationContext
fn clone(&self) -> EvaluationContext
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 Debug for EvaluationContext
impl Debug for EvaluationContext
source§impl PartialEq<EvaluationContext> for EvaluationContext
impl PartialEq<EvaluationContext> for EvaluationContext
source§fn eq(&self, other: &EvaluationContext) -> bool
fn eq(&self, other: &EvaluationContext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EvaluationContext
Auto Trait Implementations§
impl RefUnwindSafe for EvaluationContext
impl Send for EvaluationContext
impl Sync for EvaluationContext
impl Unpin for EvaluationContext
impl UnwindSafe for EvaluationContext
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