Class: Aws::ComputeOptimizerAutomation::Types::RulePreviewTotal
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::RulePreviewTotal
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Aggregate totals for automation rule preview results, including count and estimated 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 matching the rule preview configuration.
Instance Attribute Details
#estimated_monthly_savings ⇒ Types::EstimatedMonthlySavings
Contains information about estimated monthly cost savings.
2020 2021 2022 2023 2024 2025 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2020 class RulePreviewTotal < Struct.new( :recommended_action_count, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#recommended_action_count ⇒ Integer
The total number of recommended actions matching the rule preview configuration.
2020 2021 2022 2023 2024 2025 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2020 class RulePreviewTotal < Struct.new( :recommended_action_count, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |