Method: Aws::CostExplorer::Types::RecommendationDetailHourlyMetrics#current_coverage
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
#current_coverage ⇒ String
The current amount of Savings Plans eligible usage that the Savings Plan covered.
6340 6341 6342 6343 6344 6345 6346 6347 6348 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6340 class RecommendationDetailHourlyMetrics < Struct.new( :start_time, :estimated_on_demand_cost, :current_coverage, :estimated_coverage, :estimated_new_commitment_utilization) SENSITIVE = [] include Aws::Structure end |