Class: Aws::Types::UpdateBudgetActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBudgetActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
-
#new_action ⇒ Types::Action
Returns the value of attribute new_action.
-
#old_action ⇒ Types::Action
Returns the value of attribute old_action.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
585 586 587 |
# File 'sig/types.rbs', line 585 def account_id @account_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
586 587 588 |
# File 'sig/types.rbs', line 586 def budget_name @budget_name end |
#new_action ⇒ Types::Action
Returns the value of attribute new_action.
588 589 590 |
# File 'sig/types.rbs', line 588 def new_action @new_action end |
#old_action ⇒ Types::Action
Returns the value of attribute old_action.
587 588 589 |
# File 'sig/types.rbs', line 587 def old_action @old_action end |