DescribeNotificationsForBudgetRequest

public struct DescribeNotificationsForBudgetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The accountId that is associated with the budget whose notifications you want descriptions of.

    Declaration

    Swift

    public let accountId: String
  • The name of the budget whose notifications you want descriptions of.

    Declaration

    Swift

    public let budgetName: String
  • An optional integer that represents how many entries a paginated response contains. The maximum is 100.

    Declaration

    Swift

    public let maxResults: Int?
  • The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, budgetName: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws