UpdateProjectRequest
public struct UpdateProjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An optional user-defined description for the project.
Declaration
Swift
public let description: String?
-
An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.
Declaration
Swift
public let placementTemplate: PlacementTemplate?
-
The name of the project to be updated.
Declaration
Swift
public let projectName: String
-
Undocumented
Declaration
Swift
public init(description: String? = nil, placementTemplate: PlacementTemplate? = nil, projectName: String)
-
Declaration
Swift
public func validate(name: String) throws