You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CostExplorer::Types::SavingsPlansCoverageData

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Specific coverage percentage, On-Demand costs, and spend covered by Savings Plans, and total Savings Plans costs for an account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_percentageString

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).

Returns:

  • (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_costString

The cost of your AWS usage at the public On-Demand rate.

Returns:

  • (String)

    The cost of your AWS usage at the public On-Demand rate.

#spend_covered_by_savings_plansString

The amount of your AWS usage that is covered by a Savings Plans.

Returns:

  • (String)

    The amount of your AWS usage that is covered by a Savings Plans.

#total_costString

The total cost of your AWS usage, regardless of your purchase option.

Returns:

  • (String)

    The total cost of your AWS usage, regardless of your purchase option.