Class: Aws::Budgets::Types::UpdateBudgetActionRequest

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)


1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1785

class UpdateBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :notification_type,
  :action_threshold,
  :definition,
  :execution_role_arn,
  :approval_model,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#action_idString

A system-generated universally unique identifier (UUID) for the action.

Returns:

  • (String)


1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1785

class UpdateBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :notification_type,
  :action_threshold,
  :definition,
  :execution_role_arn,
  :approval_model,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#action_thresholdTypes::ActionThreshold

The trigger threshold of the action.



1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1785

class UpdateBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :notification_type,
  :action_threshold,
  :definition,
  :execution_role_arn,
  :approval_model,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#approval_modelString

This specifies if the action needs manual or automatic approval.

Returns:

  • (String)


1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1785

class UpdateBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :notification_type,
  :action_threshold,
  :definition,
  :execution_role_arn,
  :approval_model,
  :subscribers)
  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)


1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1785

class UpdateBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :notification_type,
  :action_threshold,
  :definition,
  :execution_role_arn,
  :approval_model,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#definitionTypes::Definition

Specifies all of the type-specific parameters.

Returns:



1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1785

class UpdateBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :notification_type,
  :action_threshold,
  :definition,
  :execution_role_arn,
  :approval_model,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The role passed for action execution and reversion. Roles and actions must be in the same account.

Returns:

  • (String)


1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1785

class UpdateBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :notification_type,
  :action_threshold,
  :definition,
  :execution_role_arn,
  :approval_model,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#notification_typeString

The type of a notification. It must be ACTUAL or FORECASTED.

Returns:

  • (String)


1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1785

class UpdateBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :notification_type,
  :action_threshold,
  :definition,
  :execution_role_arn,
  :approval_model,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end

#subscribersArray<Types::Subscriber>

A list of subscribers.

Returns:



1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1785

class UpdateBudgetActionRequest < Struct.new(
  :account_id,
  :budget_name,
  :action_id,
  :notification_type,
  :action_threshold,
  :definition,
  :execution_role_arn,
  :approval_model,
  :subscribers)
  SENSITIVE = []
  include Aws::Structure
end