DeviceSummary
public struct DeviceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the device.
Declaration
Swift
public let deviceArn: 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 provider of the device.
Declaration
Swift
public let providerName: String -
Undocumented
Declaration
Swift
public init(deviceArn: String, deviceName: String, deviceStatus: DeviceStatus, deviceType: DeviceType, providerName: String)
View on GitHub
DeviceSummary Structure Reference