Class: Aws::Types::DescribeBudgetActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBudgetActionRequest
- 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.
262 263 264 |
# File 'sig/types.rbs', line 262 def account_id @account_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def action_id @action_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
263 264 265 |
# File 'sig/types.rbs', line 263 def budget_name @budget_name end |