TrustedAdvisorResourcesSummary class

Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.

Constructors

TrustedAdvisorResourcesSummary({required int resourcesFlagged, required int resourcesIgnored, required int resourcesProcessed, required int resourcesSuppressed})
TrustedAdvisorResourcesSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resourcesFlagged int
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
final
resourcesIgnored int
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
final
resourcesProcessed int
The number of AWS resources that were analyzed by the Trusted Advisor check.
final
resourcesSuppressed int
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
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