Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
 Declaration Syntax
 Declaration Syntax| C# | 
public class TrustedAdvisorResourcesSummary
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TrustedAdvisorResourcesSummary()()()() | Initializes a new instance of the TrustedAdvisorResourcesSummary class | 
|  | 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.) | 
|  | ResourcesFlagged | 
            The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
             
             | 
|  | ResourcesIgnored | 
            The number of AWS resources ignored by Trusted Advisor because information was unavailable.
             
             | 
|  | ResourcesProcessed | 
            The number of AWS resources that were analyzed by the Trusted Advisor check.
             
             | 
|  | ResourcesSuppressed | 
            The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithResourcesFlagged(Int64) | Obsolete. 
            Sets the ResourcesFlagged property
             | 
|  | WithResourcesIgnored(Int64) | Obsolete. 
            Sets the ResourcesIgnored property
             | 
|  | WithResourcesProcessed(Int64) | Obsolete. 
            Sets the ResourcesProcessed property
             | 
|  | WithResourcesSuppressed(Int64) | Obsolete. 
            Sets the ResourcesSuppressed property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | TrustedAdvisorResourcesSummary |