class Aws::Budgets::Types::DescribeBudgetsRequest
Request of DescribeBudgets
@note When making an API call, you may pass DescribeBudgetsRequest
data as a hash: { account_id: "AccountId", # required max_results: 1, next_token: "GenericString", }
@!attribute [rw] account_id
The `accountId` that is associated with the budgets that you want descriptions of. @return [String]
@!attribute [rw] max_results
An optional integer that represents how many entries a paginated response contains. The maximum is 100. @return [Integer]
@!attribute [rw] next_token
The pagination token that you include in your request to indicate the next set of results that you want to retrieve. @return [String]
Constants
- SENSITIVE