Class: Aws::Budgets::Types::UpdateBudgetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::UpdateBudgetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Request of UpdateBudget
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ‘accountId` that is associated with the budget that you want to update.
-
#new_budget ⇒ Types::Budget
The budget that you want to update your budget to.
Instance Attribute Details
#account_id ⇒ String
The ‘accountId` that is associated with the budget that you want to update.
1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-budgets/types.rb', line 1934 class UpdateBudgetRequest < Struct.new( :account_id, :new_budget) SENSITIVE = [] include Aws::Structure end |
#new_budget ⇒ Types::Budget
The budget that you want to update your budget to.
1934 1935 1936 1937 1938 1939 |
# File 'lib/aws-sdk-budgets/types.rb', line 1934 class UpdateBudgetRequest < Struct.new( :account_id, :new_budget) SENSITIVE = [] include Aws::Structure end |