ClaimDevicesByClaimCodeResponse

public struct ClaimDevicesByClaimCodeResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The claim code provided by the device manufacturer.

    Declaration

    Swift

    public let claimCode: String?
  • The total number of devices associated with the claim code that has been processed in the claim request.

    Declaration

    Swift

    public let total: Int?
  • Undocumented

    Declaration

    Swift

    public init(claimCode: String? = nil, total: Int? = nil)