EvaluationResultIdentifier class

Uniquely identifies an evaluation result.

Constructors

EvaluationResultIdentifier({EvaluationResultQualifier? evaluationResultQualifier, DateTime? orderingTimestamp})
EvaluationResultIdentifier.fromJson(Map<String, dynamic> json)
factory

Properties

evaluationResultQualifier EvaluationResultQualifier?
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
final
hashCode int
The hash code for this object.
no setterinherited
orderingTimestamp DateTime?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited