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)


1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1934

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:



1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1934

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