class Aws::Budgets::Types::DescribeBudgetActionHistoriesRequest

@note When making an API call, you may pass DescribeBudgetActionHistoriesRequest

data as a hash:

    {
      account_id: "AccountId", # required
      budget_name: "BudgetName", # required
      action_id: "ActionId", # required
      time_period: {
        start: Time.now,
        end: Time.now,
      },
      max_results: 1,
      next_token: "GenericString",
    }

@!attribute [rw] account_id

The account ID of the user. It should be a 12-digit number.
@return [String]

@!attribute [rw] budget_name

A string that represents the budget name. The ":" and "\\"
characters aren't allowed.
@return [String]

@!attribute [rw] action_id

A system-generated universally unique identifier (UUID) for the
action.
@return [String]

@!attribute [rw] time_period

The period of time that is covered by a budget. The period has a
start date and an end date. The start date must come before the end
date. There are no restrictions on the end date.
@return [Types::TimePeriod]

@!attribute [rw] max_results

An integer that represents how many entries a paginated response
contains. The maximum is 100.
@return [Integer]

@!attribute [rw] next_token

A generic string.
@return [String]

Constants

SENSITIVE