Device
public struct Device : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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. If the status is not READY, check the DeviceStatusInfo value for details.
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? -
Detailed information about a device’s network profile.
Declaration
Swift
public let networkProfileInfo: DeviceNetworkProfileInfo? -
The room ARN of a device.
Declaration
Swift
public let roomArn: String? -
The software version of a device.
Declaration
Swift
public let softwareVersion: String? -
init(deviceArn:deviceName:deviceSerialNumber:deviceStatus:deviceStatusInfo:deviceType:macAddress:networkProfileInfo:roomArn:softwareVersion:)Undocumented
Declaration
Swift
public init(deviceArn: String? = nil, deviceName: String? = nil, deviceSerialNumber: String? = nil, deviceStatus: DeviceStatus? = nil, deviceStatusInfo: DeviceStatusInfo? = nil, deviceType: String? = nil, macAddress: String? = nil, networkProfileInfo: DeviceNetworkProfileInfo? = nil, roomArn: String? = nil, softwareVersion: String? = nil)
View on GitHub
Device Structure Reference