class Aws::Budgets::Types::DescribeBudgetPerformanceHistoryRequest
@note When making an API call, you may pass DescribeBudgetPerformanceHistoryRequest
data as a hash: { account_id: "AccountId", # required budget_name: "BudgetName", # 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] time_period
Retrieves how often the budget went into an `ALARM` state for the specified time period. @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