Class: Aws::ComputeOptimizerAutomation::Types::RecommendedActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::RecommendedActionSummary
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Summary information about recommended actions, grouped by specific criteria with totals and counts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The grouping key used to categorize the recommended actions in this summary.
-
#total ⇒ Types::RecommendedActionTotal
Aggregate totals for the recommended actions in this group, including count and estimated savings.
Instance Attribute Details
#key ⇒ String
The grouping key used to categorize the recommended actions in this summary.
1878 1879 1880 1881 1882 1883 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1878 class RecommendedActionSummary < Struct.new( :key, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::RecommendedActionTotal
Aggregate totals for the recommended actions in this group, including count and estimated savings.
1878 1879 1880 1881 1882 1883 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1878 class RecommendedActionSummary < Struct.new( :key, :total) SENSITIVE = [] include Aws::Structure end |