Class: Aws::Types::CreateBudgetActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateBudgetActionResponse
- 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.
150 151 152 |
# File 'sig/types.rbs', line 150 def account_id @account_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def action_id @action_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
151 152 153 |
# File 'sig/types.rbs', line 151 def budget_name @budget_name end |