DeviceType
public struct DeviceType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The device attributes.
Declaration
Swift
public let deviceAttributes: [AttributeType]?
-
The creation date of the device.
Declaration
Swift
public let deviceCreateDate: TimeStamp?
-
The device key.
Declaration
Swift
public let deviceKey: String?
-
The date in which the device was last authenticated.
Declaration
Swift
public let deviceLastAuthenticatedDate: TimeStamp?
-
The last modified date of the device.
Declaration
Swift
public let deviceLastModifiedDate: TimeStamp?
-
init(deviceAttributes:deviceCreateDate:deviceKey:deviceLastAuthenticatedDate:deviceLastModifiedDate:)
Undocumented
Declaration
Swift
public init(deviceAttributes: [AttributeType]? = nil, deviceCreateDate: TimeStamp? = nil, deviceKey: String? = nil, deviceLastAuthenticatedDate: TimeStamp? = nil, deviceLastModifiedDate: TimeStamp? = nil)