Module: Aws::Budgets::Client::_ExecuteBudgetActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExecuteBudgetActionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #action_id ⇒ ::String
- #budget_name ⇒ ::String
- #execution_type ⇒ "APPROVE_BUDGET_ACTION", ...
Instance Method Details
#account_id ⇒ ::String
409 |
# File 'sig/client.rbs', line 409
def account_id: () -> ::String
|
#action_id ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def action_id: () -> ::String
|
#budget_name ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def budget_name: () -> ::String
|
#execution_type ⇒ "APPROVE_BUDGET_ACTION", ...
412 |
# File 'sig/client.rbs', line 412
def execution_type: () -> ("APPROVE_BUDGET_ACTION" | "RETRY_BUDGET_ACTION" | "REVERSE_BUDGET_ACTION" | "RESET_BUDGET_ACTION")
|