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.

The description and metadata for a Trusted Advisor check.

Inheritance Hierarchy

System.Object
  Amazon.AWSSupport.Model.TrustedAdvisorCheckDescription

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

Syntax

C#
public class TrustedAdvisorCheckDescription

The TrustedAdvisorCheckDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Category System.String

Gets and sets the property Category.

The category of the Trusted Advisor check.

Public Property Description System.String

Gets and sets the property Description.

The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the Trusted Advisor check.

Public Property Metadata System.Collections.Generic.List<System.String>

Gets and sets the property Metadata.

The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. 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 Name System.String

Gets and sets the property Name.

The display name for 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