Class: Aws::Budgets::Types::UpdateBudgetActionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-budgets/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the user. It's a 12-digit number.

Returns:

  • (String)

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_nameString

A string that represents the budget name. The “:” and “\” characters aren't allowed.

Returns:

  • (String)

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_actionTypes::Action

The updated action resource information.

Returns:


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_actionTypes::Action

The previous action resource information.

Returns:


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