UpdateDeviceRequest
public struct UpdateDeviceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the device. Length Constraints: Maximum length of 256 characters.
Declaration
Swift
public let description: String?
-
The ID of the device.
Declaration
Swift
public let deviceId: String
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String
-
Undocumented
Declaration
Swift
public let location: Location?
-
The model of the device. Length Constraints: Maximum length of 128 characters.
Declaration
Swift
public let model: String?
-
The serial number of the device. Length Constraints: Maximum length of 128 characters.
Declaration
Swift
public let serialNumber: String?
-
The ID of the site.
Declaration
Swift
public let siteId: String?
-
The type of the device.
Declaration
Swift
public let type: String?
-
The vendor of the device. Length Constraints: Maximum length of 128 characters.
Declaration
Swift
public let vendor: String?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, deviceId: String, globalNetworkId: String, location: Location? = nil, model: String? = nil, serialNumber: String? = nil, siteId: String? = nil, type: String? = nil, vendor: String? = nil)