Class: Aws::ComputeOptimizerAutomation::Types::SummaryTotals
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::SummaryTotals
- 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
-
#automation_event_count ⇒ Integer
The total number of automation events in this summary group.
-
#estimated_monthly_savings ⇒ Types::EstimatedMonthlySavings
Contains information about estimated monthly cost savings.
Instance Attribute Details
#automation_event_count ⇒ Integer
The total number of automation events in this summary group.
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_savings ⇒ Types::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 |