Class: Aws::ComputeOptimizerAutomation::Types::SummaryTotals

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb

Overview

Aggregate totals for automation events, including counts and estimated savings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automation_event_countInteger

The total number of automation events in this summary group.

Returns:

  • (Integer)


2189
2190
2191
2192
2193
2194
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2189

class SummaryTotals < Struct.new(
  :automation_event_count,
  :estimated_monthly_savings)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_monthly_savingsTypes::EstimatedMonthlySavings

Contains information about estimated monthly cost savings.



2189
2190
2191
2192
2193
2194
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2189

class SummaryTotals < Struct.new(
  :automation_event_count,
  :estimated_monthly_savings)
  SENSITIVE = []
  include Aws::Structure
end