Class: Aws::Budgets::Types::UpdateBudgetRequest

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

Overview

Request of UpdateBudget

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The accountId that is associated with the budget that you want to update.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1836

class UpdateBudgetRequest < Struct.new(
  :account_id,
  :new_budget)
  SENSITIVE = []
  include Aws::Structure
end

#new_budgetTypes::Budget

The budget that you want to update your budget to.

Returns:



1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1836

class UpdateBudgetRequest < Struct.new(
  :account_id,
  :new_budget)
  SENSITIVE = []
  include Aws::Structure
end