Class: Aws::Types::DeleteBudgetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBudgetRequest
- 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.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
216 217 218 |
# File 'sig/types.rbs', line 216 def account_id @account_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
217 218 219 |
# File 'sig/types.rbs', line 217 def budget_name @budget_name end |