DeviceEvent
public struct DeviceEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object representing the device associated with the event.
Declaration
Swift
public let device: Device?
-
A serialized JSON object representing the device-type specific event.
Declaration
Swift
public let stdEvent: String?
-
Undocumented
Declaration
Swift
public init(device: Device? = nil, stdEvent: String? = nil)