AssociateBudgetWithResourceInput
public struct AssociateBudgetWithResourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the budget you want to associate.
Declaration
Swift
public let budgetName: String
-
The resource identifier. Either a portfolio-id or a product-id.
Declaration
Swift
public let resourceId: String
-
Undocumented
Declaration
Swift
public init(budgetName: String, resourceId: String)
-
Declaration
Swift
public func validate(name: String) throws