DescribeNotificationsForBudgetResponse
public struct DescribeNotificationsForBudgetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token in the service response that indicates the next set of results that you can retrieve.
Declaration
Swift
public let nextToken: String?
-
A list of notifications that are associated with a budget.
Declaration
Swift
public let notifications: [Notification]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, notifications: [Notification]? = nil)