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.
6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6614 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.
6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6614 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.
6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6614 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.
6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6614 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.
6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6614 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.
6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6614 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 |