Class: Aws::Types::CostComparisonDriver
- Inherits:
-
Object
- Object
- Aws::Types::CostComparisonDriver
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost_drivers ⇒ ::Array[Types::CostDriver]
Returns the value of attribute cost_drivers.
-
#cost_selector ⇒ Types::Expression
Returns the value of attribute cost_selector.
-
#metrics ⇒ ::Hash[::String, Types::ComparisonMetricValue]
Returns the value of attribute metrics.
Instance Attribute Details
#cost_drivers ⇒ ::Array[Types::CostDriver]
Returns the value of attribute cost_drivers.
217 218 219 |
# File 'sig/types.rbs', line 217 def cost_drivers @cost_drivers end |
#cost_selector ⇒ Types::Expression
Returns the value of attribute cost_selector.
215 216 217 |
# File 'sig/types.rbs', line 215 def cost_selector @cost_selector end |
#metrics ⇒ ::Hash[::String, Types::ComparisonMetricValue]
Returns the value of attribute metrics.
216 217 218 |
# File 'sig/types.rbs', line 216 def metrics @metrics end |