CreateDeviceRequest
public struct CreateDeviceRequest : 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 global network.
Declaration
Swift
public let globalNetworkId: String
-
The location of the device.
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 tags to apply to the resource during creation.
Declaration
Swift
public let tags: [Tag]?
-
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?