Struct aws_sdk_config::model::EvaluationResultIdentifier
source · [−]#[non_exhaustive]pub struct EvaluationResultIdentifier {
pub evaluation_result_qualifier: Option<EvaluationResultQualifier>,
pub ordering_timestamp: Option<DateTime>,
}Expand description
Uniquely identifies an evaluation result.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.evaluation_result_qualifier: Option<EvaluationResultQualifier>Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
ordering_timestamp: 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.
Implementations
Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
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.
Creates a new builder-style object to manufacture EvaluationResultIdentifier
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more