DeviceDescription
public struct DeviceDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the device.
Declaration
Swift
public let arn: String?
-
An array of zero or more elements of DeviceAttribute objects providing user specified device attributes.
Declaration
Swift
public let attributes: [String : String]?
-
The unique identifier of the device.
Declaration
Swift
public let deviceId: String?
-
A Boolean value indicating whether or not the device is enabled.
Declaration
Swift
public let enabled: Bool?
-
A value between 0 and 1 inclusive, representing the fraction of life remaining for the device.
Declaration
Swift
public let remainingLife: Double?
-
Undocumented
Declaration
Swift
public let tags: [String : String]?
-
The type of the device, such as “button”.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, attributes: [String : String]? = nil, deviceId: String? = nil, enabled: Bool? = nil, remainingLife: Double? = nil, tags: [String : String]? = nil, type: String? = nil)