Class: Aws::Types::DeleteBudgetActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBudgetActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
202 203 204 |
# File 'sig/types.rbs', line 202 def account_id @account_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
204 205 206 |
# File 'sig/types.rbs', line 204 def action_id @action_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
203 204 205 |
# File 'sig/types.rbs', line 203 def budget_name @budget_name end |