DescribeCopyProductStatusInput
public struct DescribeCopyProductStatusInput : 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 token for the copy product operation. This token is returned by CopyProduct.
Declaration
Swift
public let copyProductToken: String
-
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, copyProductToken: String)
-
Declaration
Swift
public func validate(name: String) throws