Class: Aws::Types::EstimateByTime
- Inherits:
-
Object
- Object
- Aws::Types::EstimateByTime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ "USD"
Returns the value of attribute currency.
-
#pricing_unit ⇒ "GB", ...
Returns the value of attribute pricing_unit.
-
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
-
#unit ⇒ ::Float
Returns the value of attribute unit.
-
#usage_cost ⇒ ::Float
Returns the value of attribute usage_cost.
Instance Attribute Details
#currency ⇒ "USD"
Returns the value of attribute currency.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def currency @currency end |
#pricing_unit ⇒ "GB", ...
Returns the value of attribute pricing_unit.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def pricing_unit @pricing_unit end |
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def time_period @time_period end |
#unit ⇒ ::Float
Returns the value of attribute unit.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def unit @unit end |
#usage_cost ⇒ ::Float
Returns the value of attribute usage_cost.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def usage_cost @usage_cost end |