Class: Aws::CostExplorer::Types::SavingsPlansUtilization
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansUtilization
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The measurement of how well you're using your existing Savings Plans.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#total_commitment ⇒ String
The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
-
#unused_commitment ⇒ String
The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.
-
#used_commitment ⇒ String
The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
-
#utilization_percentage ⇒ String
The amount of
UsedCommitmentdivided by theTotalCommitmentfor your Savings Plans.
Instance Attribute Details
#total_commitment ⇒ String
The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
7834 7835 7836 7837 7838 7839 7840 7841 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7834 class SavingsPlansUtilization < Struct.new( :total_commitment, :used_commitment, :unused_commitment, :utilization_percentage) SENSITIVE = [] include Aws::Structure end |
#unused_commitment ⇒ String
The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.
7834 7835 7836 7837 7838 7839 7840 7841 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7834 class SavingsPlansUtilization < Struct.new( :total_commitment, :used_commitment, :unused_commitment, :utilization_percentage) SENSITIVE = [] include Aws::Structure end |
#used_commitment ⇒ String
The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
7834 7835 7836 7837 7838 7839 7840 7841 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7834 class SavingsPlansUtilization < Struct.new( :total_commitment, :used_commitment, :unused_commitment, :utilization_percentage) SENSITIVE = [] include Aws::Structure end |
#utilization_percentage ⇒ String
The amount of UsedCommitment divided by the TotalCommitment for
your Savings Plans.
7834 7835 7836 7837 7838 7839 7840 7841 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7834 class SavingsPlansUtilization < Struct.new( :total_commitment, :used_commitment, :unused_commitment, :utilization_percentage) SENSITIVE = [] include Aws::Structure end |