DescribeBudgetPerformanceHistoryRequest
public struct DescribeBudgetPerformanceHistoryRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let accountId: String
-
Undocumented
Declaration
Swift
public let budgetName: String
-
Undocumented
Declaration
Swift
public let maxResults: Int?
-
Undocumented
Declaration
Swift
public let nextToken: String?
-
Retrieves how often the budget went into an ALARM state for the specified time period.
Declaration
Swift
public let timePeriod: TimePeriod?
-
Undocumented
Declaration
Swift
public init(accountId: String, budgetName: String, maxResults: Int? = nil, nextToken: String? = nil, timePeriod: TimePeriod? = nil)
-
Declaration
Swift
public func validate(name: String) throws