DisassociateDeviceFromPlacementRequest
public struct DisassociateDeviceFromPlacementRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The device ID that should be removed from the placement.
Declaration
Swift
public let deviceTemplateName: String
-
The name of the placement that the device should be removed from.
Declaration
Swift
public let placementName: String
-
The name of the project that contains the placement.
Declaration
Swift
public let projectName: String
-
Undocumented
Declaration
Swift
public init(deviceTemplateName: String, placementName: String, projectName: String)
-
Declaration
Swift
public func validate(name: String) throws