UpdateProjectRequest
public struct UpdateProjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the project, if any.
Declaration
Swift
public let description: String?
-
The ID of the project you want to update.
Declaration
Swift
public let id: String
-
The name of the project you want to update.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, id: String, name: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws