AWS SDK for .NET Documentation
TrustedAdvisorCheckSummary Class
AmazonAmazon.AWSSupport.ModelTrustedAdvisorCheckSummary Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class TrustedAdvisorCheckSummary
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
TrustedAdvisorCheckSummary

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)