Class: Aws::Types::CostDifference

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_costTypes::CostAmount

Returns the value of attribute estimated_cost.

Returns:



439
440
441
# File 'sig/types.rbs', line 439

def estimated_cost
  @estimated_cost
end

#historical_costTypes::CostAmount

Returns the value of attribute historical_cost.

Returns:



438
439
440
# File 'sig/types.rbs', line 438

def historical_cost
  @historical_cost
end