Get Budget Result
data class GetBudgetResult(val accountId: String, val arn: String, val autoAdjustDatas: List<GetBudgetAutoAdjustData>, val budgetExceeded: Boolean, val budgetLimits: List<GetBudgetBudgetLimit>, val budgetType: String, val calculatedSpends: List<GetBudgetCalculatedSpend>, val costFilters: List<GetBudgetCostFilter>, val costTypes: List<GetBudgetCostType>, val id: String, val name: String, val namePrefix: String? = null, val notifications: List<GetBudgetNotification>, val plannedLimits: List<GetBudgetPlannedLimit>, val timePeriodEnd: String, val timePeriodStart: String, val timeUnit: String)
A collection of values returned by getBudget.
Constructors
Link copied to clipboard
fun GetBudgetResult(accountId: String, arn: String, autoAdjustDatas: List<GetBudgetAutoAdjustData>, budgetExceeded: Boolean, budgetLimits: List<GetBudgetBudgetLimit>, budgetType: String, calculatedSpends: List<GetBudgetCalculatedSpend>, costFilters: List<GetBudgetCostFilter>, costTypes: List<GetBudgetCostType>, id: String, name: String, namePrefix: String? = null, notifications: List<GetBudgetNotification>, plannedLimits: List<GetBudgetPlannedLimit>, timePeriodEnd: String, timePeriodStart: String, timeUnit: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Object containing Planned Budget Limits. Can be used multiple times to plan more than one budget limit. See PlannedBudgetLimits documentation.