Class: Aws::CostExplorer::Types::CommitmentPurchaseAnalysisConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#savings_plans_purchase_analysis_configurationTypes::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