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.
1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-budgets/types.rb', line 1808 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 aren't allowed.
1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-budgets/types.rb', line 1808 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.
1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-budgets/types.rb', line 1808 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.
1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-budgets/types.rb', line 1808 class UpdateBudgetActionResponse < Struct.new( :account_id, :budget_name, :old_action, :new_action) SENSITIVE = [] include Aws::Structure end |