Class: Aws::Types::CostDriver
- Inherits:
-
Object
- Object
- Aws::Types::CostDriver
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metrics ⇒ ::Hash[::String, Types::ComparisonMetricValue]
Returns the value of attribute metrics.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#metrics ⇒ ::Hash[::String, Types::ComparisonMetricValue]
Returns the value of attribute metrics.
224 225 226 |
# File 'sig/types.rbs', line 224 def metrics @metrics end |
#name ⇒ ::String
Returns the value of attribute name.
223 224 225 |
# File 'sig/types.rbs', line 223 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
222 223 224 |
# File 'sig/types.rbs', line 222 def type @type end |