You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Support::Types::TrustedAdvisorCheckDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The description and metadata for a Trusted Advisor check.

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category of the Trusted Advisor check.

Returns:

  • (String)

    The category of the Trusted Advisor check.

#descriptionString

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

Returns:

  • (String)

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

#idString

The unique identifier for the Trusted Advisor check.

Returns:

  • (String)

    The unique identifier for the Trusted Advisor check.

#metadataArray<String>

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.

Returns:

  • (Array<String>)

    The column headings for the data returned by the Trusted Advisor check.

#nameString

The display name for the Trusted Advisor check.

Returns:

  • (String)

    The display name for the Trusted Advisor check.