EvaluationResultQualifier class
Identifies an AWS Config rule that evaluated an AWS resource, and provides the type and ID of the resource that the rule evaluated.
Constructors
- EvaluationResultQualifier({String? configRuleName, String? resourceId, String? resourceType})
-
EvaluationResultQualifier.fromJson(Map<
String, dynamic> json) -
factory
Properties
- configRuleName → String?
-
The name of the AWS Config rule that was used in the evaluation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceId → String?
-
The ID of the evaluated AWS resource.
final
- resourceType → String?
-
The type of AWS resource that was evaluated.
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