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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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)


7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7396

class SavingsPlansPurchaseAnalysisConfiguration < Struct.new(
  :account_scope,
  :account_id,
  :analysis_type,
  :savings_plans_to_add,
  :savings_plans_to_exclude,
  :look_back_time_period,
  :savings_plans_target_coverage)
  SENSITIVE = []
  include Aws::Structure
end

#account_scopeString

The account scope that you want your analysis for.

Returns:

  • (String)


7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7396

class SavingsPlansPurchaseAnalysisConfiguration < Struct.new(
  :account_scope,
  :account_id,
  :analysis_type,
  :savings_plans_to_add,
  :savings_plans_to_exclude,
  :look_back_time_period,
  :savings_plans_target_coverage)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_typeString

The type of analysis.

Returns:

  • (String)


7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7396

class SavingsPlansPurchaseAnalysisConfiguration < Struct.new(
  :account_scope,
  :account_id,
  :analysis_type,
  :savings_plans_to_add,
  :savings_plans_to_exclude,
  :look_back_time_period,
  :savings_plans_target_coverage)
  SENSITIVE = []
  include Aws::Structure
end

#look_back_time_periodTypes::DateInterval

The time period associated with the analysis.

Returns:



7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7396

class SavingsPlansPurchaseAnalysisConfiguration < Struct.new(
  :account_scope,
  :account_id,
  :analysis_type,
  :savings_plans_to_add,
  :savings_plans_to_exclude,
  :look_back_time_period,
  :savings_plans_target_coverage)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plans_target_coverageInteger

Specifies the target Savings Plans coverage as a percentage from 10 to 100. This field is required when AnalysisType is TARGET_AVERAGE_COVERAGE. It defines the target average hourly coverage that the recommended Savings Plans commitment should achieve over the lookback period.

Returns:

  • (Integer)


7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7396

class SavingsPlansPurchaseAnalysisConfiguration < Struct.new(
  :account_scope,
  :account_id,
  :analysis_type,
  :savings_plans_to_add,
  :savings_plans_to_exclude,
  :look_back_time_period,
  :savings_plans_target_coverage)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plans_to_addArray<Types::SavingsPlans>

Savings Plans to include in the analysis.

Returns:



7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7396

class SavingsPlansPurchaseAnalysisConfiguration < Struct.new(
  :account_scope,
  :account_id,
  :analysis_type,
  :savings_plans_to_add,
  :savings_plans_to_exclude,
  :look_back_time_period,
  :savings_plans_target_coverage)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plans_to_excludeArray<String>

Savings Plans to exclude from the analysis.

Returns:

  • (Array<String>)


7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7396

class SavingsPlansPurchaseAnalysisConfiguration < Struct.new(
  :account_scope,
  :account_id,
  :analysis_type,
  :savings_plans_to_add,
  :savings_plans_to_exclude,
  :look_back_time_period,
  :savings_plans_target_coverage)
  SENSITIVE = []
  include Aws::Structure
end