Class: Aws::Types::ExecuteBudgetActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteBudgetActionResponse
- 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.
399 400 401 |
# File 'sig/types.rbs', line 399 def account_id @account_id end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
401 402 403 |
# File 'sig/types.rbs', line 401 def action_id @action_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
400 401 402 |
# File 'sig/types.rbs', line 400 def budget_name @budget_name end |
#execution_type ⇒ "APPROVE_BUDGET_ACTION", ...
Returns the value of attribute execution_type.
402 403 404 |
# File 'sig/types.rbs', line 402 def execution_type @execution_type end |