Class: Aws::ComputeOptimizerAutomation::Types::PreviewResultSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::PreviewResultSummary
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Contains a summary of preview results for an automation rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key identifier for this preview result summary.
-
#total ⇒ Types::RulePreviewTotal
Aggregate totals for automation rule preview results, including count and estimated savings.
Instance Attribute Details
#key ⇒ String
The key identifier for this preview result summary.
1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1745 class PreviewResultSummary < Struct.new( :key, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::RulePreviewTotal
Aggregate totals for automation rule preview results, including count and estimated savings.
1745 1746 1747 1748 1749 1750 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1745 class PreviewResultSummary < Struct.new( :key, :total) SENSITIVE = [] include Aws::Structure end |