Class: Aws::Types::RecommendationResourcesAggregates
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationResourcesAggregates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
-
#excluded_count ⇒ ::Integer
Returns the value of attribute excluded_count.
-
#ok_count ⇒ ::Integer
Returns the value of attribute ok_count.
-
#warning_count ⇒ ::Integer
Returns the value of attribute warning_count.
Instance Attribute Details
#error_count ⇒ ::Integer
Returns the value of attribute error_count.
335 336 337 |
# File 'sig/types.rbs', line 335 def error_count @error_count end |
#excluded_count ⇒ ::Integer
Returns the value of attribute excluded_count.
336 337 338 |
# File 'sig/types.rbs', line 336 def excluded_count @excluded_count end |
#ok_count ⇒ ::Integer
Returns the value of attribute ok_count.
333 334 335 |
# File 'sig/types.rbs', line 333 def ok_count @ok_count end |
#warning_count ⇒ ::Integer
Returns the value of attribute warning_count.
334 335 336 |
# File 'sig/types.rbs', line 334 def warning_count @warning_count end |