ProductCode
public struct ProductCode : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The product code.
Declaration
Swift
public let productCodeId: String?
-
The type of product code.
Declaration
Swift
public let productCodeType: ProductCodeValues?
-
Undocumented
Declaration
Swift
public init(productCodeId: String? = nil, productCodeType: ProductCodeValues? = nil)