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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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.

Returns:

  • (String)


5439
5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5439

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.

Returns:

  • (String)


5439
5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5439

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.

Returns:

  • (String)


5439
5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5439

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.

Returns:

  • (String)


5439
5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5439

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.

Returns:

  • (String)


5439
5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5439

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