DeleteNotificationRequest

public struct DeleteNotificationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The accountId that is associated with the budget whose notification you want to delete.

    Declaration

    Swift

    public let accountId: String
  • The name of the budget whose notification you want to delete.

    Declaration

    Swift

    public let budgetName: String
  • The notification that you want to delete.

    Declaration

    Swift

    public let notification: Notification
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, budgetName: String, notification: Notification)
  • Declaration

    Swift

    public func validate(name: String) throws