Class: Aws::BCMPricingCalculator::Types::WorkloadEstimateUsageQuantity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#amountFloat

The numeric value of the usage quantity.

Returns:

  • (Float)


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

#unitString

The unit of measurement for the usage quantity.

Returns:

  • (String)


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