Device
public struct Device : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The user specified attributes associated with the device for an event.
Declaration
Swift
public let attributes: Attributes?
-
The unique identifier of the device.
Declaration
Swift
public let deviceId: String?
-
The device type, such as “button”.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(attributes: Attributes? = nil, deviceId: String? = nil, type: String? = nil)