A summary of a Trusted Advisor check result, including the alert status, last refresh, and number of resources examined.

C# |
public class TrustedAdvisorCheckSummary

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TrustedAdvisorCheckSummary()()()() | Initializes a new instance of the TrustedAdvisorCheckSummary class |
![]() | CategorySpecificSummary |
Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.
|
![]() | CheckId |
The unique identifier for the Trusted Advisor check.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | HasFlaggedResources |
Specifies whether the Trusted Advisor check has flagged resources.
|
![]() | ResourcesSummary |
Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
|
![]() | Status |
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
|
![]() | Timestamp |
The time of the last refresh of the check.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary) | Obsolete.
Sets the CategorySpecificSummary property
|
![]() | WithCheckId(String) | Obsolete.
Sets the CheckId property
|
![]() | WithHasFlaggedResources(Boolean) | Obsolete.
Sets the HasFlaggedResources property
|
![]() | WithResourcesSummary(TrustedAdvisorResourcesSummary) | Obsolete.
Sets the ResourcesSummary property
|
![]() | WithStatus(String) | Obsolete.
Sets the Status property
|
![]() | WithTimestamp(String) | Obsolete.
Sets the Timestamp property
|

Object | |
![]() | TrustedAdvisorCheckSummary |