DescribeDeviceResponse
public struct DescribeDeviceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date that the device first signed in to Amazon WorkLink.
Declaration
Swift
public let firstAccessedTime: TimeStamp?
-
The date that the device last accessed Amazon WorkLink.
Declaration
Swift
public let lastAccessedTime: TimeStamp?
-
The manufacturer of the device.
Declaration
Swift
public let manufacturer: String?
-
The model of the device.
Declaration
Swift
public let model: String?
-
The operating system of the device.
Declaration
Swift
public let operatingSystem: String?
-
The operating system version of the device.
Declaration
Swift
public let operatingSystemVersion: String?
-
The operating system patch level of the device.
Declaration
Swift
public let patchLevel: String?
-
The current state of the device.
Declaration
Swift
public let status: DeviceStatus?
-
The user name associated with the device.
Declaration
Swift
public let username: String?
-
init(firstAccessedTime:lastAccessedTime:manufacturer:model:operatingSystem:operatingSystemVersion:patchLevel:status:username:)
Undocumented
Declaration
Swift
public init(firstAccessedTime: TimeStamp? = nil, lastAccessedTime: TimeStamp? = nil, manufacturer: String? = nil, model: String? = nil, operatingSystem: String? = nil, operatingSystemVersion: String? = nil, patchLevel: String? = nil, status: DeviceStatus? = nil, username: String? = nil)