Class: Aws::Types::ExecuteBudgetActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteBudgetActionRequest
- 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.
-
#execution_type ⇒ "APPROVE_BUDGET_ACTION", ...
Returns the value of attribute execution_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
391 392 393 |
# File 'sig/types.rbs', line 391 def account_id @account_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
393 394 395 |
# File 'sig/types.rbs', line 393 def action_id @action_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
392 393 394 |
# File 'sig/types.rbs', line 392 def budget_name @budget_name end |
#execution_type ⇒ "APPROVE_BUDGET_ACTION", ...
Returns the value of attribute execution_type.
394 395 396 |
# File 'sig/types.rbs', line 394 def execution_type @execution_type end |