Class: Aws::Types::DescribeBudgetActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBudgetActionResponse
- 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.
269 270 271 |
# File 'sig/types.rbs', line 269 def account_id @account_id end |
#action ⇒ Types::Action
Returns the value of attribute action.
271 272 273 |
# File 'sig/types.rbs', line 271 def action @action end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
270 271 272 |
# File 'sig/types.rbs', line 270 def budget_name @budget_name end |