Class: Aws::Support::Types::TrustedAdvisorCheckResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::TrustedAdvisorCheckResult
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/types.rb
Overview
The results of a Trusted Advisor check returned by DescribeTrustedAdvisorCheckResult.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_specific_summary ⇒ Types::TrustedAdvisorCategorySpecificSummary
Summary information that relates to the category of the check.
-
#check_id ⇒ String
The unique identifier for the Trusted Advisor check.
-
#flagged_resources ⇒ Array<Types::TrustedAdvisorResourceDetail>
The details about each resource listed in the check result.
-
#resources_summary ⇒ Types::TrustedAdvisorResourcesSummary
Details about Amazon Web Services resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
-
#status ⇒ String
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
-
#timestamp ⇒ String
The time of the last refresh of the check.
Instance Attribute Details
#category_specific_summary ⇒ Types::TrustedAdvisorCategorySpecificSummary
Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.
1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1575 class TrustedAdvisorCheckResult < Struct.new( :check_id, :timestamp, :status, :resources_summary, :category_specific_summary, :flagged_resources) SENSITIVE = [] include Aws::Structure end |
#check_id ⇒ String
The unique identifier for the Trusted Advisor check.
1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1575 class TrustedAdvisorCheckResult < Struct.new( :check_id, :timestamp, :status, :resources_summary, :category_specific_summary, :flagged_resources) SENSITIVE = [] include Aws::Structure end |
#flagged_resources ⇒ Array<Types::TrustedAdvisorResourceDetail>
The details about each resource listed in the check result.
1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1575 class TrustedAdvisorCheckResult < Struct.new( :check_id, :timestamp, :status, :resources_summary, :category_specific_summary, :flagged_resources) SENSITIVE = [] include Aws::Structure end |
#resources_summary ⇒ Types::TrustedAdvisorResourcesSummary
Details about Amazon Web Services resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1575 class TrustedAdvisorCheckResult < Struct.new( :check_id, :timestamp, :status, :resources_summary, :category_specific_summary, :flagged_resources) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1575 class TrustedAdvisorCheckResult < Struct.new( :check_id, :timestamp, :status, :resources_summary, :category_specific_summary, :flagged_resources) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ String
The time of the last refresh of the check.
1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1575 class TrustedAdvisorCheckResult < Struct.new( :check_id, :timestamp, :status, :resources_summary, :category_specific_summary, :flagged_resources) SENSITIVE = [] include Aws::Structure end |