TrustedAdvisorCheckResult class
The results of a Trusted Advisor check returned by DescribeTrustedAdvisorCheckResult.
Constructors
-
TrustedAdvisorCheckResult({required TrustedAdvisorCategorySpecificSummary categorySpecificSummary, required String checkId, required List<
TrustedAdvisorResourceDetail> flaggedResources, required TrustedAdvisorResourcesSummary resourcesSummary, required String status, required String timestamp}) -
TrustedAdvisorCheckResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- categorySpecificSummary → TrustedAdvisorCategorySpecificSummary
-
Summary information that relates to the category of the check. Cost
Optimizing is the only category that is currently supported.
final
- checkId → String
-
The unique identifier for the Trusted Advisor check.
final
-
flaggedResources
→ List<
TrustedAdvisorResourceDetail> -
The details about each resource listed in the check result.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourcesSummary → TrustedAdvisorResourcesSummary
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
The alert status of the check: "ok" (green), "warning" (yellow), "error"
(red), or "not_available".
final
- timestamp → String
-
The time of the last refresh of the check.
final
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