DescribeBudgetsResponse
public struct DescribeBudgetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of budgets.
Declaration
Swift
public let budgets: [Budget]?
-
The pagination token in the service response that indicates the next set of results that you can retrieve.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(budgets: [Budget]? = nil, nextToken: String? = nil)