Class: Aws::Types::CostAndUsageComparison
- Inherits:
-
Object
- Object
- Aws::Types::CostAndUsageComparison
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost_and_usage_selector ⇒ Types::Expression
Returns the value of attribute cost_and_usage_selector.
-
#metrics ⇒ ::Hash[::String, Types::ComparisonMetricValue]
Returns the value of attribute metrics.
Instance Attribute Details
#cost_and_usage_selector ⇒ Types::Expression
Returns the value of attribute cost_and_usage_selector.
135 136 137 |
# File 'sig/types.rbs', line 135 def cost_and_usage_selector @cost_and_usage_selector end |
#metrics ⇒ ::Hash[::String, Types::ComparisonMetricValue]
Returns the value of attribute metrics.
136 137 138 |
# File 'sig/types.rbs', line 136 def metrics @metrics end |