DescribeBudgetRequest

public struct DescribeBudgetRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let accountId: String
  • The name of the budget that you want a description of.

    Declaration

    Swift

    public let budgetName: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws