Class: Aws::Support::Types::TrustedAdvisorResourcesSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/lib/aws-sdk-support/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resources_flaggedInteger

The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.

Returns:

  • (Integer)


1710
1711
1712
1713
1714
1715
1716
1717
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1710

class TrustedAdvisorResourcesSummary < Struct.new(
  :resources_processed,
  :resources_flagged,
  :resources_ignored,
  :resources_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#resources_ignoredInteger

The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.

Returns:

  • (Integer)


1710
1711
1712
1713
1714
1715
1716
1717
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1710

class TrustedAdvisorResourcesSummary < Struct.new(
  :resources_processed,
  :resources_flagged,
  :resources_ignored,
  :resources_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#resources_processedInteger

The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.

Returns:

  • (Integer)


1710
1711
1712
1713
1714
1715
1716
1717
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1710

class TrustedAdvisorResourcesSummary < Struct.new(
  :resources_processed,
  :resources_flagged,
  :resources_ignored,
  :resources_suppressed)
  SENSITIVE = []
  include Aws::Structure
end

#resources_suppressedInteger

The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.

Returns:

  • (Integer)


1710
1711
1712
1713
1714
1715
1716
1717
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1710

class TrustedAdvisorResourcesSummary < Struct.new(
  :resources_processed,
  :resources_flagged,
  :resources_ignored,
  :resources_suppressed)
  SENSITIVE = []
  include Aws::Structure
end