Class: Aws::CostExplorer::Types::SavingsPlansPurchaseAnalysisConfiguration

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

Instance Attribute Details

#account_idString

The account that the analysis is for.

Returns:

  • (String)


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_scopeString

The account scope that you want your analysis for.

Returns:

  • (String)


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_typeString

The type of analysis.

Returns:

  • (String)


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_periodTypes::DateInterval

The time period associated with the analysis.

Returns:



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_addArray<Types::SavingsPlans>

Savings Plans to include in the analysis.

Returns:



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_excludeArray<String>

Savings Plans to exclude from the analysis.

Returns:

  • (Array<String>)


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