Class: Aws::Support::Types::TrustedAdvisorResourcesSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::TrustedAdvisorResourcesSummary
- 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
-
#resources_flagged ⇒ Integer
The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
-
#resources_ignored ⇒ Integer
The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
-
#resources_processed ⇒ Integer
The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
-
#resources_suppressed ⇒ Integer
The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.
Instance Attribute Details
#resources_flagged ⇒ Integer
The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
1719 1720 1721 1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1719 class TrustedAdvisorResourcesSummary < Struct.new( :resources_processed, :resources_flagged, :resources_ignored, :resources_suppressed) SENSITIVE = [] include Aws::Structure end |
#resources_ignored ⇒ Integer
The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
1719 1720 1721 1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1719 class TrustedAdvisorResourcesSummary < Struct.new( :resources_processed, :resources_flagged, :resources_ignored, :resources_suppressed) SENSITIVE = [] include Aws::Structure end |
#resources_processed ⇒ Integer
The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
1719 1720 1721 1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1719 class TrustedAdvisorResourcesSummary < Struct.new( :resources_processed, :resources_flagged, :resources_ignored, :resources_suppressed) SENSITIVE = [] include Aws::Structure end |
#resources_suppressed ⇒ Integer
The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.
1719 1720 1721 1722 1723 1724 1725 1726 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 1719 class TrustedAdvisorResourcesSummary < Struct.new( :resources_processed, :resources_flagged, :resources_ignored, :resources_suppressed) SENSITIVE = [] include Aws::Structure end |