Class: Aws::CostExplorer::Types::RecommendationDetailHourlyMetrics

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

Overview

Contains the hourly metrics for the given recommendation over the lookback period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_coverageString

The current amount of Savings Plans eligible usage that the Savings Plan covered.



6306
6307
6308
6309
6310
6311
6312
6313
6314
# File 'lib/aws-sdk-costexplorer/types.rb', line 6306

class RecommendationDetailHourlyMetrics < Struct.new(
  :start_time,
  :estimated_on_demand_cost,
  :current_coverage,
  :estimated_coverage,
  :estimated_new_commitment_utilization)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_coverageString

The estimated coverage amount based on the recommended Savings Plan.



6306
6307
6308
6309
6310
6311
6312
6313
6314
# File 'lib/aws-sdk-costexplorer/types.rb', line 6306

class RecommendationDetailHourlyMetrics < Struct.new(
  :start_time,
  :estimated_on_demand_cost,
  :current_coverage,
  :estimated_coverage,
  :estimated_new_commitment_utilization)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_new_commitment_utilizationString

The estimated utilization for the recommended Savings Plan.



6306
6307
6308
6309
6310
6311
6312
6313
6314
# File 'lib/aws-sdk-costexplorer/types.rb', line 6306

class RecommendationDetailHourlyMetrics < Struct.new(
  :start_time,
  :estimated_on_demand_cost,
  :current_coverage,
  :estimated_coverage,
  :estimated_new_commitment_utilization)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_on_demand_costString

The remaining On-Demand cost estimated to not be covered by the recommended Savings Plan, over the length of the lookback period.



6306
6307
6308
6309
6310
6311
6312
6313
6314
# File 'lib/aws-sdk-costexplorer/types.rb', line 6306

class RecommendationDetailHourlyMetrics < Struct.new(
  :start_time,
  :estimated_on_demand_cost,
  :current_coverage,
  :estimated_coverage,
  :estimated_new_commitment_utilization)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

The period of time that you want the usage and costs for.



6306
6307
6308
6309
6310
6311
6312
6313
6314
# File 'lib/aws-sdk-costexplorer/types.rb', line 6306

class RecommendationDetailHourlyMetrics < Struct.new(
  :start_time,
  :estimated_on_demand_cost,
  :current_coverage,
  :estimated_coverage,
  :estimated_new_commitment_utilization)
  SENSITIVE = []
  include Aws::Structure
end