AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.AWSSupport.Model.TrustedAdvisorResourceDetail

Namespace: Amazon.AWSSupport.Model
Assembly: AWSSDK.AWSSupport.dll
Version: 3.x.y.z

Syntax

C#
public class TrustedAdvisorResourceDetail

The TrustedAdvisorResourceDetail type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IsSuppressed 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.

Public Property 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.

Public Property Region System.String

Gets and sets the property Region.

The Amazon Web Services Region in which the identified resource is located.

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The unique identifier for the identified resource.

Public Property Status System.String

Gets and sets the property Status.

The status code for the resource identified in the Trusted Advisor check.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5