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

Class: Aws::Support::Types::TrustedAdvisorCheckResult

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

Overview

The results of a Trusted Advisor check returned by DescribeTrustedAdvisorCheckResult.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#category_specific_summaryTypes::TrustedAdvisorCategorySpecificSummary

Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

Returns:

#check_idString

The unique identifier for the Trusted Advisor check.

Returns:

  • (String)

    The unique identifier for the Trusted Advisor check.

#flagged_resourcesArray<Types::TrustedAdvisorResourceDetail>

The details about each resource listed in the check result.

Returns:

#resources_summaryTypes::TrustedAdvisorResourcesSummary

Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.

Returns:

#statusString

The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

Returns:

  • (String)

    The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\".

#timestampString

The time of the last refresh of the check.

Returns:

  • (String)

    The time of the last refresh of the check.