Class: Aws::Types::CostEstimate
- Inherits:
-
Object
- Object
- Aws::Types::CostEstimate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#results_by_time ⇒ ::Array[Types::EstimateByTime]
Returns the value of attribute results_by_time.
-
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
Instance Attribute Details
#results_by_time ⇒ ::Array[Types::EstimateByTime]
Returns the value of attribute results_by_time.
524 525 526 |
# File 'sig/types.rbs', line 524 def results_by_time @results_by_time end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
523 524 525 |
# File 'sig/types.rbs', line 523 def usage_type @usage_type end |