Class: Aws::CostExplorer::Types::AnalysisDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Details about the analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#savings_plans_purchase_analysis_detailsTypes::SavingsPlansPurchaseAnalysisDetails

Details about the Savings Plans purchase analysis.



21
22
23
24
25
# File 'lib/aws-sdk-costexplorer/types.rb', line 21

class AnalysisDetails < Struct.new(
  :savings_plans_purchase_analysis_details)
  SENSITIVE = []
  include Aws::Structure
end