The results of a Trusted Advisor check returned by DescribeTrustedAdvisorCheckResult.

C# |
public class TrustedAdvisorCheckResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TrustedAdvisorCheckResult()()()() | Initializes a new instance of the TrustedAdvisorCheckResult 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.) |
![]() | FlaggedResources |
The details about each resource listed in the check result.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | 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
|
![]() | WithFlaggedResources(array<TrustedAdvisorResourceDetail>[]()[][]) | Obsolete.
Adds elements to the FlaggedResources collection
|
![]() | WithFlaggedResources(IEnumerable<(Of <<'(TrustedAdvisorResourceDetail>)>>)) | Obsolete.
Adds elements to the FlaggedResources collection
|
![]() | WithResourcesSummary(TrustedAdvisorResourcesSummary) | Obsolete.
Sets the ResourcesSummary property
|
![]() | WithStatus(String) | Obsolete.
Sets the Status property
|
![]() | WithTimestamp(String) | Obsolete.
Sets the Timestamp property
|

Object | |
![]() | TrustedAdvisorCheckResult |