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

Class: Aws::CostExplorer::Types::SavingsPlansUtilization

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#total_commitmentString

The total amount of Savings Plans commitment that\'s been purchased in an account (or set of accounts).

Returns:

  • (String)

    The total amount of Savings Plans commitment that\'s been purchased in an account (or set of accounts).

#unused_commitmentString

The amount of your Savings Plans commitment that was not consumed from Savings Plans eligible usage in a specific period.

Returns:

  • (String)

    The amount of your Savings Plans commitment that was not consumed from Savings Plans eligible usage in a specific period.

#used_commitmentString

The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.

Returns:

  • (String)

    The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.

#utilization_percentageString

The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.

Returns:

  • (String)

    The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.