Class: Aws::TrustedAdvisor::Types::RecommendationResourcesAggregates
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::RecommendationResourcesAggregates
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Aggregation of Recommendation Resources
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_count ⇒ Integer
The number of AWS resources that were flagged to have errors according to the Trusted Advisor check.
-
#ok_count ⇒ Integer
The number of AWS resources that were flagged to be OK according to the Trusted Advisor check.
-
#warning_count ⇒ Integer
The number of AWS resources that were flagged to have warning according to the Trusted Advisor check.
Instance Attribute Details
#error_count ⇒ Integer
The number of AWS resources that were flagged to have errors according to the Trusted Advisor check
1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1129 class RecommendationResourcesAggregates < Struct.new( :error_count, :ok_count, :warning_count) SENSITIVE = [] include Aws::Structure end |
#ok_count ⇒ Integer
The number of AWS resources that were flagged to be OK according to the Trusted Advisor check
1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1129 class RecommendationResourcesAggregates < Struct.new( :error_count, :ok_count, :warning_count) SENSITIVE = [] include Aws::Structure end |
#warning_count ⇒ Integer
The number of AWS resources that were flagged to have warning according to the Trusted Advisor check
1129 1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1129 class RecommendationResourcesAggregates < Struct.new( :error_count, :ok_count, :warning_count) SENSITIVE = [] include Aws::Structure end |