Class: Aws::CostExplorer::Types::AnalysisDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::AnalysisDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Details about the analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#savings_plans_purchase_analysis_details ⇒ Types::SavingsPlansPurchaseAnalysisDetails
Details about the Savings Plans purchase analysis.
Instance Attribute Details
#savings_plans_purchase_analysis_details ⇒ Types::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 |