Class: Aws::CostExplorer::Types::CommitmentPurchaseAnalysisConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CommitmentPurchaseAnalysisConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The configuration for the commitment purchase analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#savings_plans_purchase_analysis_configuration ⇒ Types::SavingsPlansPurchaseAnalysisConfiguration
The configuration for the Savings Plans purchase analysis.
Instance Attribute Details
#savings_plans_purchase_analysis_configuration ⇒ Types::SavingsPlansPurchaseAnalysisConfiguration
The configuration for the Savings Plans purchase analysis.
493 494 495 496 497 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 493 class CommitmentPurchaseAnalysisConfiguration < Struct.new( :savings_plans_purchase_analysis_configuration) SENSITIVE = [] include Aws::Structure end |