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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)

1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-budgets/types.rb', line 1828

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:


1828
1829
1830
1831
1832
1833
# File 'lib/aws-sdk-budgets/types.rb', line 1828

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