Class: Aws::BCMPricingCalculator::Types::WorkloadEstimateUsageQuantity
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::WorkloadEstimateUsageQuantity
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents a usage quantity for a workload estimate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ Float
The numeric value of the usage quantity.
-
#unit ⇒ String
The unit of measurement for the usage quantity.
Instance Attribute Details
#amount ⇒ Float
The numeric value of the usage quantity.
3541 3542 3543 3544 3545 3546 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3541 class WorkloadEstimateUsageQuantity < Struct.new( :unit, :amount) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit of measurement for the usage quantity.
3541 3542 3543 3544 3545 3546 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 3541 class WorkloadEstimateUsageQuantity < Struct.new( :unit, :amount) SENSITIVE = [] include Aws::Structure end |