DescribeBudgetPerformanceHistoryResponse

public struct DescribeBudgetPerformanceHistoryResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The history of how often the budget has gone into an ALARM state. For DAILY budgets, the history saves the state of the budget for the last 60 days. For MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.

    Declaration

    Swift

    public let budgetPerformanceHistory: BudgetPerformanceHistory?
  • Undocumented

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(budgetPerformanceHistory: BudgetPerformanceHistory? = nil, nextToken: String? = nil)