Class: Aws::Types::UpdateBudgetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBudgetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#new_budget ⇒ Types::Budget
Returns the value of attribute new_budget.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
593 594 595 |
# File 'sig/types.rbs', line 593 def account_id @account_id end |
#new_budget ⇒ Types::Budget
Returns the value of attribute new_budget.
594 595 596 |
# File 'sig/types.rbs', line 594 def new_budget @new_budget end |