Class: Aws::ComputeOptimizerAutomation::Types::RecommendedActionSummary

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

Instance Attribute Details

#keyString

The grouping key used to categorize the recommended actions in this summary.

Returns:

  • (String)


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

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