ComplianceSummary class
The number of AWS Config rules or AWS resources that are compliant and noncompliant.
Constructors
- ComplianceSummary({DateTime? complianceSummaryTimestamp, ComplianceContributorCount? compliantResourceCount, ComplianceContributorCount? nonCompliantResourceCount})
-
ComplianceSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- complianceSummaryTimestamp → DateTime?
-
The time that AWS Config created the compliance summary.
final
- compliantResourceCount → ComplianceContributorCount?
-
The number of AWS Config rules or AWS resources that are compliant, up to a
maximum of 25 for rules and 100 for resources.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nonCompliantResourceCount → ComplianceContributorCount?
-
The number of AWS Config rules or AWS resources that are noncompliant, up to
a maximum of 25 for rules and 100 for resources.
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