Class: Aws::CostExplorer::Types::SavingsPlansAmortizedCommitment
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansAmortizedCommitment
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The amortized amount of Savings Plans purchased in a specific account during a specific time interval.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amortized_recurring_commitment ⇒ String
The amortized amount of your Savings Plans commitment that was purchased with either a
Partialor aNoUpfront. -
#amortized_upfront_commitment ⇒ String
The amortized amount of your Savings Plans commitment that was purchased with an
UpfrontorPartialUpfrontSavings Plans. -
#total_amortized_commitment ⇒ String
The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
Instance Attribute Details
#amortized_recurring_commitment ⇒ String
The amortized amount of your Savings Plans commitment that was
purchased with either a Partial or a NoUpfront.
7256 7257 7258 7259 7260 7261 7262 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7256 class SavingsPlansAmortizedCommitment < Struct.new( :amortized_recurring_commitment, :amortized_upfront_commitment, :total_amortized_commitment) SENSITIVE = [] include Aws::Structure end |
#amortized_upfront_commitment ⇒ String
The amortized amount of your Savings Plans commitment that was
purchased with an Upfront or PartialUpfront Savings Plans.
7256 7257 7258 7259 7260 7261 7262 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7256 class SavingsPlansAmortizedCommitment < Struct.new( :amortized_recurring_commitment, :amortized_upfront_commitment, :total_amortized_commitment) SENSITIVE = [] include Aws::Structure end |
#total_amortized_commitment ⇒ String
The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
7256 7257 7258 7259 7260 7261 7262 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7256 class SavingsPlansAmortizedCommitment < Struct.new( :amortized_recurring_commitment, :amortized_upfront_commitment, :total_amortized_commitment) SENSITIVE = [] include Aws::Structure end |