Struct aws_sdk_config::model::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() -> Builder
pub fn builder() -> Builder
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 ==.