Struct rusoto_config::EvaluationResultIdentifier [] [src]

pub struct EvaluationResultIdentifier {
    pub evaluation_result_qualifier: Option<EvaluationResultQualifier>,
    pub ordering_timestamp: Option<Date>,
}

Uniquely identifies an evaluation result.

Fields

Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.

The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.

Trait Implementations

impl Default for EvaluationResultIdentifier
[src]

Returns the "default value" for a type. Read more

impl Debug for EvaluationResultIdentifier
[src]

Formats the value using the given formatter.

impl Clone for EvaluationResultIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more