Class: Aws::ComputeOptimizerAutomation::Types::RulePreviewTotal

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#estimated_monthly_savingsTypes::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

The total number of recommended actions matching the rule preview configuration.

Returns:

  • (Integer)


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