Struct aws_sdk_config::types::EvaluationResultIdentifier
source · #[non_exhaustive]pub struct EvaluationResultIdentifier { /* private fields */ }Expand description
Uniquely identifies an evaluation result.
Implementations§
source§impl EvaluationResultIdentifier
impl EvaluationResultIdentifier
sourcepub fn evaluation_result_qualifier(&self) -> Option<&EvaluationResultQualifier>
pub fn evaluation_result_qualifier(&self) -> Option<&EvaluationResultQualifier>
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
sourcepub fn ordering_timestamp(&self) -> Option<&DateTime>
pub fn ordering_timestamp(&self) -> Option<&DateTime>
The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.
sourcepub fn resource_evaluation_id(&self) -> Option<&str>
pub fn resource_evaluation_id(&self) -> Option<&str>
A Unique ID for an evaluation result.
source§impl EvaluationResultIdentifier
impl EvaluationResultIdentifier
sourcepub fn builder() -> EvaluationResultIdentifierBuilder
pub fn builder() -> EvaluationResultIdentifierBuilder
Creates a new builder-style object to manufacture EvaluationResultIdentifier.
Trait Implementations§
source§impl Clone for EvaluationResultIdentifier
impl Clone for EvaluationResultIdentifier
source§fn clone(&self) -> EvaluationResultIdentifier
fn clone(&self) -> EvaluationResultIdentifier
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 EvaluationResultIdentifier
impl Debug for EvaluationResultIdentifier
source§impl PartialEq<EvaluationResultIdentifier> for EvaluationResultIdentifier
impl PartialEq<EvaluationResultIdentifier> for EvaluationResultIdentifier
source§fn eq(&self, other: &EvaluationResultIdentifier) -> bool
fn eq(&self, other: &EvaluationResultIdentifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EvaluationResultIdentifier
Auto Trait Implementations§
impl RefUnwindSafe for EvaluationResultIdentifier
impl Send for EvaluationResultIdentifier
impl Sync for EvaluationResultIdentifier
impl Unpin for EvaluationResultIdentifier
impl UnwindSafe for EvaluationResultIdentifier
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