Class: Aws::Budgets::Types::DescribeBudgetActionRequest

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)


932
933
934
935
936
937
938
# File 'lib/aws-sdk-budgets/types.rb', line 932

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

#action_idString

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

Returns:

  • (String)


932
933
934
935
936
937
938
# File 'lib/aws-sdk-budgets/types.rb', line 932

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


932
933
934
935
936
937
938
# File 'lib/aws-sdk-budgets/types.rb', line 932

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