GetDeviceResponse
public struct GetDeviceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the device.
Declaration
Swift
public let deviceArn: String
-
Details about the capabilities of the device.
Declaration
Swift
public let deviceCapabilities: String
-
The name of the device.
Declaration
Swift
public let deviceName: String
-
The status of the device.
Declaration
Swift
public let deviceStatus: DeviceStatus
-
The type of the device.
Declaration
Swift
public let deviceType: DeviceType
-
The name of the partner company for the device.
Declaration
Swift
public let providerName: String
-
Undocumented
Declaration
Swift
public init(deviceArn: String, deviceCapabilities: String, deviceName: String, deviceStatus: DeviceStatus, deviceType: DeviceType, providerName: String)