Class: Aws::BCMPricingCalculator::Types::UsageAmount
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::UsageAmount
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents a usage amount for a specific time period.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ Float
The usage amount for the period.
-
#start_hour ⇒ Time
The start hour of the usage period.
Instance Attribute Details
#amount ⇒ Float
The usage amount for the period.
3306 3307 3308 3309 3310 3311 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3306 class UsageAmount < Struct.new( :start_hour, :amount) SENSITIVE = [] include Aws::Structure end |
#start_hour ⇒ Time
The start hour of the usage period.
3306 3307 3308 3309 3310 3311 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3306 class UsageAmount < Struct.new( :start_hour, :amount) SENSITIVE = [] include Aws::Structure end |