UpdateProductOutput
public struct UpdateProductOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the product view.
Declaration
Swift
public let productViewDetail: ProductViewDetail? -
Information about the tags associated with the product.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(productViewDetail: ProductViewDetail? = nil, tags: [Tag]? = nil)
View on GitHub
UpdateProductOutput Structure Reference