Class: Aws::Budgets::Types::DeleteBudgetActionResponse

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)


774
775
776
777
778
779
780
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 774

class DeleteBudgetActionResponse < Struct.new(
  :account_id,
  :budget_name,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#actionTypes::Action

A budget action resource.

Returns:



774
775
776
777
778
779
780
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 774

class DeleteBudgetActionResponse < Struct.new(
  :account_id,
  :budget_name,
  :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)


774
775
776
777
778
779
780
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 774

class DeleteBudgetActionResponse < Struct.new(
  :account_id,
  :budget_name,
  :action)
  SENSITIVE = []
  include Aws::Structure
end