Class: Aws::ComputeOptimizerAutomation::Types::AutomationEventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::AutomationEventSummary
- 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
-
#dimensions ⇒ Array<Types::SummaryDimension>
The dimensions used to group this summary, such as event status.
-
#key ⇒ String
The key identifier for this summary grouping.
-
#time_period ⇒ Types::TimePeriod
The time period covered by this summary, with inclusive start time and exclusive end time.
-
#total ⇒ Types::SummaryTotals
The aggregated totals for this summary, including event count and estimated savings.
Instance Attribute Details
#dimensions ⇒ Array<Types::SummaryDimension>
The dimensions used to group this summary, such as event status.
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 |
#key ⇒ String
The key identifier for this summary grouping.
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_period ⇒ Types::TimePeriod
The time period covered by this summary, with inclusive start time and exclusive end time.
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 |
#total ⇒ Types::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 |