Class: Aws::CostExplorer::Types::RecommendationDetailHourlyMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RecommendationDetailHourlyMetrics
- 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
-
#current_coverage ⇒ String
The current amount of Savings Plans eligible usage that the Savings Plan covered.
-
#estimated_coverage ⇒ String
The estimated coverage amount based on the recommended Savings Plan.
-
#estimated_new_commitment_utilization ⇒ String
The estimated utilization for the recommended Savings Plan.
-
#estimated_on_demand_cost ⇒ String
The remaining On-Demand cost estimated to not be covered by the recommended Savings Plan, over the length of the lookback period.
-
#start_time ⇒ String
The period of time that you want the usage and costs for.
Instance Attribute Details
#current_coverage ⇒ String
The current amount of Savings Plans eligible usage that the Savings Plan covered.
5425 5426 5427 5428 5429 5430 5431 5432 5433 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5425 class RecommendationDetailHourlyMetrics < Struct.new( :start_time, :estimated_on_demand_cost, :current_coverage, :estimated_coverage, :estimated_new_commitment_utilization) SENSITIVE = [] include Aws::Structure end |
#estimated_coverage ⇒ String
The estimated coverage amount based on the recommended Savings Plan.
5425 5426 5427 5428 5429 5430 5431 5432 5433 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5425 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_utilization ⇒ String
The estimated utilization for the recommended Savings Plan.
5425 5426 5427 5428 5429 5430 5431 5432 5433 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5425 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_cost ⇒ String
The remaining On-Demand cost estimated to not be covered by the recommended Savings Plan, over the length of the lookback period.
5425 5426 5427 5428 5429 5430 5431 5432 5433 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5425 class RecommendationDetailHourlyMetrics < Struct.new( :start_time, :estimated_on_demand_cost, :current_coverage, :estimated_coverage, :estimated_new_commitment_utilization) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
The period of time that you want the usage and costs for.
5425 5426 5427 5428 5429 5430 5431 5432 5433 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5425 class RecommendationDetailHourlyMetrics < Struct.new( :start_time, :estimated_on_demand_cost, :current_coverage, :estimated_coverage, :estimated_new_commitment_utilization) SENSITIVE = [] include Aws::Structure end |