Class: Aws::ComputeOptimizerAutomation::Types::SummaryDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::SummaryDimension
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
A key-value pair used to categorize and group summary data for analysis and reporting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The dimension key used for categorizing summary data.
-
#value ⇒ String
The specific value for this dimension key used in the summary grouping.
Instance Attribute Details
#key ⇒ String
The dimension key used for categorizing summary data.
2169 2170 2171 2172 2173 2174 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2169 class SummaryDimension < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The specific value for this dimension key used in the summary grouping.
2169 2170 2171 2172 2173 2174 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2169 class SummaryDimension < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |