Class: Aws::CostExplorer::Types::CoverageCost
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CoverageCost
- 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
-
#on_demand_cost ⇒ String
How much an On-Demand Instance costs.
Instance Attribute Details
#on_demand_cost ⇒ String
How much an On-Demand Instance costs.
885 886 887 888 889 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 885 class CoverageCost < Struct.new( :on_demand_cost) SENSITIVE = [] include Aws::Structure end |