Class: Aws::CostExplorer::Types::SavingsPlansCoverageData
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansCoverageData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Specific coverage percentage, On-Demand costs, and spend covered by Savings Plans, and total Savings Plans costs for an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#coverage_percentage ⇒ String
The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans usage in an account (or set of accounts).
-
#on_demand_cost ⇒ String
The cost of your Amazon Web Services usage at the public On-Demand rate.
-
#spend_covered_by_savings_plans ⇒ String
The amount of your Amazon Web Services usage that’s covered by a Savings Plans.
-
#total_cost ⇒ String
The total cost of your Amazon Web Services usage, regardless of your purchase option.
Instance Attribute Details
#coverage_percentage ⇒ String
The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans usage in an account (or set of accounts).
6550 6551 6552 6553 6554 6555 6556 6557 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6550 class SavingsPlansCoverageData < Struct.new( :spend_covered_by_savings_plans, :on_demand_cost, :total_cost, :coverage_percentage) SENSITIVE = [] include Aws::Structure end |
#on_demand_cost ⇒ String
The cost of your Amazon Web Services usage at the public On-Demand rate.
6550 6551 6552 6553 6554 6555 6556 6557 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6550 class SavingsPlansCoverageData < Struct.new( :spend_covered_by_savings_plans, :on_demand_cost, :total_cost, :coverage_percentage) SENSITIVE = [] include Aws::Structure end |
#spend_covered_by_savings_plans ⇒ String
The amount of your Amazon Web Services usage that’s covered by a Savings Plans.
6550 6551 6552 6553 6554 6555 6556 6557 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6550 class SavingsPlansCoverageData < Struct.new( :spend_covered_by_savings_plans, :on_demand_cost, :total_cost, :coverage_percentage) SENSITIVE = [] include Aws::Structure end |
#total_cost ⇒ String
The total cost of your Amazon Web Services usage, regardless of your purchase option.
6550 6551 6552 6553 6554 6555 6556 6557 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6550 class SavingsPlansCoverageData < Struct.new( :spend_covered_by_savings_plans, :on_demand_cost, :total_cost, :coverage_percentage) SENSITIVE = [] include Aws::Structure end |