Class: Aws::CostExplorer::Types::SavingsPlansUtilization
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansUtilization
- Includes:
- Structure
- Defined in:
- 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 ‘UsedCommitment` divided by the `TotalCommitment` for 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).
7067 7068 7069 7070 7071 7072 7073 7074 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7067 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.
7067 7068 7069 7070 7071 7072 7073 7074 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7067 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.
7067 7068 7069 7070 7071 7072 7073 7074 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7067 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.
7067 7068 7069 7070 7071 7072 7073 7074 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7067 class SavingsPlansUtilization < Struct.new( :total_commitment, :used_commitment, :unused_commitment, :utilization_percentage) SENSITIVE = [] include Aws::Structure end |