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

Inherits:
Struct
  • Object
show all
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

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.



1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1566

class TrustedAdvisorCheckResult < Struct.new(
  :check_id,
  :timestamp,
  :status,
  :resources_summary,
  :category_specific_summary,
  :flagged_resources)
  SENSITIVE = []
  include Aws::Structure
end

#check_idString

The unique identifier for the Trusted Advisor check.

Returns:

  • (String)


1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1566

class TrustedAdvisorCheckResult < Struct.new(
  :check_id,
  :timestamp,
  :status,
  :resources_summary,
  :category_specific_summary,
  :flagged_resources)
  SENSITIVE = []
  include Aws::Structure
end

#flagged_resourcesArray<Types::TrustedAdvisorResourceDetail>

The details about each resource listed in the check result.



1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1566

class TrustedAdvisorCheckResult < Struct.new(
  :check_id,
  :timestamp,
  :status,
  :resources_summary,
  :category_specific_summary,
  :flagged_resources)
  SENSITIVE = []
  include Aws::Structure
end

#resources_summaryTypes::TrustedAdvisorResourcesSummary

Details about Amazon Web Services resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.



1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1566

class TrustedAdvisorCheckResult < Struct.new(
  :check_id,
  :timestamp,
  :status,
  :resources_summary,
  :category_specific_summary,
  :flagged_resources)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1566

class TrustedAdvisorCheckResult < Struct.new(
  :check_id,
  :timestamp,
  :status,
  :resources_summary,
  :category_specific_summary,
  :flagged_resources)
  SENSITIVE = []
  include Aws::Structure
end

#timestampString

The time of the last refresh of the check.

Returns:

  • (String)


1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1566

class TrustedAdvisorCheckResult < Struct.new(
  :check_id,
  :timestamp,
  :status,
  :resources_summary,
  :category_specific_summary,
  :flagged_resources)
  SENSITIVE = []
  include Aws::Structure
end