Class: Aws::Types::DeleteBudgetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBudgetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#budget_id ⇒ ::String
Returns the value of attribute budget_id.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
Instance Attribute Details
#budget_id ⇒ ::String
Returns the value of attribute budget_id.
922 923 924 |
# File 'sig/types.rbs', line 922 def budget_id @budget_id end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
921 922 923 |
# File 'sig/types.rbs', line 921 def farm_id @farm_id end |