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

Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.

Declaration Syntax
C#
public class TrustedAdvisorResourcesSummary
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TrustedAdvisorResourcesSummary()()()()
Initializes a new instance of the TrustedAdvisorResourcesSummary class

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.)
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
Object
TrustedAdvisorResourcesSummary

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