Class: Aws::BCMPricingCalculator::Types::UsageQuantity
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::UsageQuantity
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents a usage quantity with associated unit and time period.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ Float
The numeric value of the usage quantity.
-
#start_hour ⇒ Time
The start hour of the usage period.
-
#unit ⇒ String
The unit of measurement for the usage quantity.
Instance Attribute Details
#amount ⇒ Float
The numeric value of the usage quantity.
3329 3330 3331 3332 3333 3334 3335 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3329 class UsageQuantity < Struct.new( :start_hour, :unit, :amount) SENSITIVE = [] include Aws::Structure end |
#start_hour ⇒ Time
The start hour of the usage period.
3329 3330 3331 3332 3333 3334 3335 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3329 class UsageQuantity < Struct.new( :start_hour, :unit, :amount) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit of measurement for the usage quantity.
3329 3330 3331 3332 3333 3334 3335 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3329 class UsageQuantity < Struct.new( :start_hour, :unit, :amount) SENSITIVE = [] include Aws::Structure end |