DeviceData
public struct DeviceData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time (in epoch) when the device data was created.
Declaration
Swift
public let createdTime: TimeStamp? -
The ARN of a device.
Declaration
Swift
public let deviceArn: String? -
The name of a device.
Declaration
Swift
public let deviceName: String? -
The serial number of a device.
Declaration
Swift
public let deviceSerialNumber: String? -
The status of a device.
Declaration
Swift
public let deviceStatus: DeviceStatus? -
Detailed information about a device’s status.
Declaration
Swift
public let deviceStatusInfo: DeviceStatusInfo? -
The type of a device.
Declaration
Swift
public let deviceType: String? -
The MAC address of a device.
Declaration
Swift
public let macAddress: String? -
The ARN of the network profile associated with a device.
Declaration
Swift
public let networkProfileArn: String? -
The name of the network profile associated with a device.
Declaration
Swift
public let networkProfileName: String? -
The room ARN associated with a device.
Declaration
Swift
public let roomArn: String? -
The name of the room associated with a device.
Declaration
Swift
public let roomName: String? -
The software version of a device.
Declaration
Swift
public let softwareVersion: String? -
init(createdTime:deviceArn:deviceName:deviceSerialNumber:deviceStatus:deviceStatusInfo:deviceType:macAddress:networkProfileArn:networkProfileName:roomArn:roomName:softwareVersion:)Undocumented
Declaration
Swift
public init(createdTime: TimeStamp? = nil, deviceArn: String? = nil, deviceName: String? = nil, deviceSerialNumber: String? = nil, deviceStatus: DeviceStatus? = nil, deviceStatusInfo: DeviceStatusInfo? = nil, deviceType: String? = nil, macAddress: String? = nil, networkProfileArn: String? = nil, networkProfileName: String? = nil, roomArn: String? = nil, roomName: String? = nil, softwareVersion: String? = nil)
View on GitHub
DeviceData Structure Reference