Class: Aws::Budgets::Types::AutoAdjustData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::AutoAdjustData
- 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
-
#auto_adjust_type ⇒ String
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
-
#historical_options ⇒ Types::HistoricalOptions
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
-
#last_auto_adjust_time ⇒ Time
The last time that your budget was auto-adjusted.
Instance Attribute Details
#auto_adjust_type ⇒ String
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
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_options ⇒ Types::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_time ⇒ Time
The last time that your budget was auto-adjusted.
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 |