DeviceEvent
public struct DeviceEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time (in epoch) when the event occurred.
Declaration
Swift
public let timestamp: TimeStamp? -
The type of device event.
Declaration
Swift
public let type: DeviceEventType? -
The value of the event.
Declaration
Swift
public let value: String? -
Undocumented
Declaration
Swift
public init(timestamp: TimeStamp? = nil, type: DeviceEventType? = nil, value: String? = nil)
View on GitHub
DeviceEvent Structure Reference