Contains information about a resource identified by a Trusted Advisor check.
 Declaration Syntax
 Declaration Syntax| C# | 
public class TrustedAdvisorResourceDetail
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TrustedAdvisorResourceDetail()()()() | Initializes a new instance of the TrustedAdvisorResourceDetail 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.) | 
|  | IsSuppressed | 
            Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
             
             | 
|  | Metadata | 
            Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the
            TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks.
             
             | 
|  | Region | 
            The AWS region in which the identified resource is located.
             
             | 
|  | ResourceId | 
            The unique identifier for the identified resource.
             
             | 
|  | Status | 
            The status code for the resource identified in the Trusted Advisor check.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithIsSuppressed(Boolean) | Obsolete. 
            Sets the IsSuppressed property
             | 
|  | WithMetadata(array<String>[]()[][]) | Obsolete. 
            Adds elements to the Metadata collection
             | 
|  | WithMetadata(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the Metadata collection
             | 
|  | WithRegion(String) | Obsolete. 
            Sets the Region property
             | 
|  | WithResourceId(String) | Obsolete. 
            Sets the ResourceId property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | TrustedAdvisorResourceDetail |