ProductCode

public struct ProductCode : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The product code information.

    Declaration

    Swift

    public let code: String?
  • The product code type.

    Declaration

    Swift

    public let productType: String?
  • Undocumented

    Declaration

    Swift

    public init(code: String? = nil, productType: String? = nil)