Class: Aws::Types::DeleteBudgetActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBudgetActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#action ⇒ Types::Action
Returns the value of attribute action.
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
209 210 211 |
# File 'sig/types.rbs', line 209 def account_id @account_id end |
#action ⇒ Types::Action
Returns the value of attribute action.
211 212 213 |
# File 'sig/types.rbs', line 211 def action @action end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
210 211 212 |
# File 'sig/types.rbs', line 210 def budget_name @budget_name end |