AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains information about a resource identified by a Trusted Advisor check.
Namespace: Amazon.AWSSupport.Model
Assembly: AWSSDK.AWSSupport.dll
Version: 3.x.y.z
public class TrustedAdvisorResourceDetail
The TrustedAdvisorResourceDetail type exposes the following members
Name | Description | |
---|---|---|
![]() |
TrustedAdvisorResourceDetail() |
Name | Type | Description | |
---|---|---|---|
![]() |
IsSuppressed | System.Nullable<System.Boolean> |
Gets and sets the property IsSuppressed. Specifies whether the Amazon Web Services resource was ignored by Trusted Advisor because it was marked as suppressed by the user. |
![]() |
Metadata | System.Collections.Generic.List<System.String> |
Gets and sets the property 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. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Region | System.String |
Gets and sets the property Region. The Amazon Web Services Region in which the identified resource is located. |
![]() |
ResourceId | System.String |
Gets and sets the property ResourceId. The unique identifier for the identified resource. |
![]() |
Status | System.String |
Gets and sets the property Status. The status code for the resource identified in the Trusted Advisor check. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer