DevicePoolCompatibilityResult
public struct DevicePoolCompatibilityResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Whether the result was compatible with the device pool.
Declaration
Swift
public let compatible: Bool?
-
The device (phone or tablet) to return information about.
Declaration
Swift
public let device: Device?
-
Information about the compatibility.
Declaration
Swift
public let incompatibilityMessages: [IncompatibilityMessage]?
-
Undocumented
Declaration
Swift
public init(compatible: Bool? = nil, device: Device? = nil, incompatibilityMessages: [IncompatibilityMessage]? = nil)