AssociateProductWithPortfolioInput
public struct AssociateProductWithPortfolioInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The language code. en - English (default) jp - Japanese zh - Chinese
Declaration
Swift
public let acceptLanguage: String? -
The portfolio identifier.
Declaration
Swift
public let portfolioId: String -
The product identifier.
Declaration
Swift
public let productId: String -
The identifier of the source portfolio.
Declaration
Swift
public let sourcePortfolioId: String? -
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, portfolioId: String, productId: String, sourcePortfolioId: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AssociateProductWithPortfolioInput Structure Reference