Class: Aws::CostExplorer::Types::SavingsPlansPurchaseAnalysisConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansPurchaseAnalysisConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The configuration for the Savings Plans purchase analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account that the analysis is for.
-
#account_scope ⇒ String
The account scope that you want your analysis for.
-
#analysis_type ⇒ String
The type of analysis.
-
#look_back_time_period ⇒ Types::DateInterval
The time period associated with the analysis.
-
#savings_plans_to_add ⇒ Array<Types::SavingsPlans>
Savings Plans to include in the analysis.
-
#savings_plans_to_exclude ⇒ Array<String>
Savings Plans to exclude from the analysis.
Instance Attribute Details
#account_id ⇒ String
The account that the analysis is for.
6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6684 class SavingsPlansPurchaseAnalysisConfiguration < Struct.new( :account_scope, :account_id, :analysis_type, :savings_plans_to_add, :savings_plans_to_exclude, :look_back_time_period) SENSITIVE = [] include Aws::Structure end |
#account_scope ⇒ String
The account scope that you want your analysis for.
6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6684 class SavingsPlansPurchaseAnalysisConfiguration < Struct.new( :account_scope, :account_id, :analysis_type, :savings_plans_to_add, :savings_plans_to_exclude, :look_back_time_period) SENSITIVE = [] include Aws::Structure end |
#analysis_type ⇒ String
The type of analysis.
6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6684 class SavingsPlansPurchaseAnalysisConfiguration < Struct.new( :account_scope, :account_id, :analysis_type, :savings_plans_to_add, :savings_plans_to_exclude, :look_back_time_period) SENSITIVE = [] include Aws::Structure end |
#look_back_time_period ⇒ Types::DateInterval
The time period associated with the analysis.
6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6684 class SavingsPlansPurchaseAnalysisConfiguration < Struct.new( :account_scope, :account_id, :analysis_type, :savings_plans_to_add, :savings_plans_to_exclude, :look_back_time_period) SENSITIVE = [] include Aws::Structure end |
#savings_plans_to_add ⇒ Array<Types::SavingsPlans>
Savings Plans to include in the analysis.
6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6684 class SavingsPlansPurchaseAnalysisConfiguration < Struct.new( :account_scope, :account_id, :analysis_type, :savings_plans_to_add, :savings_plans_to_exclude, :look_back_time_period) SENSITIVE = [] include Aws::Structure end |
#savings_plans_to_exclude ⇒ Array<String>
Savings Plans to exclude from the analysis.
6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6684 class SavingsPlansPurchaseAnalysisConfiguration < Struct.new( :account_scope, :account_id, :analysis_type, :savings_plans_to_add, :savings_plans_to_exclude, :look_back_time_period) SENSITIVE = [] include Aws::Structure end |