Class: Aws::ComputeOptimizerAutomation::Types::RecommendedActionTotal
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::RecommendedActionTotal
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Aggregate totals for a group of recommended actions, including count and estimated monthly savings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated_monthly_savings ⇒ Types::EstimatedMonthlySavings
Contains information about estimated monthly cost savings.
-
#recommended_action_count ⇒ Integer
The total number of recommended actions in this group.
Instance Attribute Details
#estimated_monthly_savings ⇒ Types::EstimatedMonthlySavings
Contains information about estimated monthly cost savings.
1898 1899 1900 1901 1902 1903 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1898 class RecommendedActionTotal < Struct.new( :recommended_action_count, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#recommended_action_count ⇒ Integer
The total number of recommended actions in this group.
1898 1899 1900 1901 1902 1903 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1898 class RecommendedActionTotal < Struct.new( :recommended_action_count, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |