Class: Aws::ComputeOptimizerAutomation::Types::RecommendedActionTotal

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

Instance Attribute Details

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

The total number of recommended actions in this group.

Returns:

  • (Integer)


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