Class: Aws::Budgets::Types::UpdateBudgetActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::UpdateBudgetActionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the user.
-
#budget_name ⇒ String
A string that represents the budget name.
-
#new_action ⇒ Types::Action
The updated action resource information.
-
#old_action ⇒ Types::Action
The previous action resource information.
Instance Attribute Details
#account_id ⇒ String
The account ID of the user. It’s a 12-digit number.
1914 1915 1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-budgets/types.rb', line 1914 class UpdateBudgetActionResponse < Struct.new( :account_id, :budget_name, :old_action, :new_action) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
A string that represents the budget name. The “:” and “\” characters, and the “/action/” substring, aren’t allowed.
1914 1915 1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-budgets/types.rb', line 1914 class UpdateBudgetActionResponse < Struct.new( :account_id, :budget_name, :old_action, :new_action) SENSITIVE = [] include Aws::Structure end |
#new_action ⇒ Types::Action
The updated action resource information.
1914 1915 1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-budgets/types.rb', line 1914 class UpdateBudgetActionResponse < Struct.new( :account_id, :budget_name, :old_action, :new_action) SENSITIVE = [] include Aws::Structure end |
#old_action ⇒ Types::Action
The previous action resource information.
1914 1915 1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-budgets/types.rb', line 1914 class UpdateBudgetActionResponse < Struct.new( :account_id, :budget_name, :old_action, :new_action) SENSITIVE = [] include Aws::Structure end |