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

Class: Aws::Support::Types::TrustedAdvisorCheckSummary

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

Overview

A summary of a Trusted Advisor check result, including the alert status, last refresh, and number of resources examined.

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.

#has_flagged_resourcesBoolean

Specifies whether the Trusted Advisor check has flagged resources.

Returns:

  • (Boolean)

    Specifies whether the Trusted Advisor check has flagged resources.

#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.