Class: Aws::CostExplorer::Types::CoverageCost

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

How much it costs to run an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#on_demand_costString

How much an On-Demand Instance costs.

Returns:

  • (String)


886
887
888
889
890
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 886

class CoverageCost < Struct.new(
  :on_demand_cost)
  SENSITIVE = []
  include Aws::Structure
end