RegisterDeviceResponse

public struct RegisterDeviceResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID generated for this device by Cognito.

    Declaration

    Swift

    public let deviceId: String?
  • Undocumented

    Declaration

    Swift

    public init(deviceId: String? = nil)