Class: Aws::ComputeOptimizerAutomation::Types::AutomationEventSummary

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

Overview

A summary of automation events grouped by specified dimensions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsArray<Types::SummaryDimension>

The dimensions used to group this summary, such as event status.

Returns:



281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 281

class AutomationEventSummary < Struct.new(
  :key,
  :dimensions,
  :time_period,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key identifier for this summary grouping.

Returns:

  • (String)


281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 281

class AutomationEventSummary < Struct.new(
  :key,
  :dimensions,
  :time_period,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#time_periodTypes::TimePeriod

The time period covered by this summary, with inclusive start time and exclusive end time.

Returns:



281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 281

class AutomationEventSummary < Struct.new(
  :key,
  :dimensions,
  :time_period,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#totalTypes::SummaryTotals

The aggregated totals for this summary, including event count and estimated savings.



281
282
283
284
285
286
287
288
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 281

class AutomationEventSummary < Struct.new(
  :key,
  :dimensions,
  :time_period,
  :total)
  SENSITIVE = []
  include Aws::Structure
end