Class: Aws::Budgets::Types::AutoAdjustData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-budgets/types.rb

Overview

The parameters that determine the budget amount for an auto-adjusting budget.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_adjust_typeString

The string that defines whether your budget auto-adjusts based on historical or forecasted data.

Returns:

  • (String)


167
168
169
170
171
172
173
# File 'lib/aws-sdk-budgets/types.rb', line 167

class AutoAdjustData < Struct.new(
  :auto_adjust_type,
  :historical_options,
  :last_auto_adjust_time)
  SENSITIVE = []
  include Aws::Structure
end

#historical_optionsTypes::HistoricalOptions

The parameters that define or describe the historical data that your auto-adjusting budget is based on.



167
168
169
170
171
172
173
# File 'lib/aws-sdk-budgets/types.rb', line 167

class AutoAdjustData < Struct.new(
  :auto_adjust_type,
  :historical_options,
  :last_auto_adjust_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_auto_adjust_timeTime

The last time that your budget was auto-adjusted.

Returns:

  • (Time)


167
168
169
170
171
172
173
# File 'lib/aws-sdk-budgets/types.rb', line 167

class AutoAdjustData < Struct.new(
  :auto_adjust_type,
  :historical_options,
  :last_auto_adjust_time)
  SENSITIVE = []
  include Aws::Structure
end