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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/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)


1816
1817
1818
1819
1820
1821
1822
1823
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1816

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, and the "/action/" substring, aren't allowed.

Returns:

  • (String)


1816
1817
1818
1819
1820
1821
1822
1823
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1816

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:



1816
1817
1818
1819
1820
1821
1822
1823
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1816

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:



1816
1817
1818
1819
1820
1821
1822
1823
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1816

class UpdateBudgetActionResponse < Struct.new(
  :account_id,
  :budget_name,
  :old_action,
  :new_action)
  SENSITIVE = []
  include Aws::Structure
end