UpdateProjectRequest
public struct UpdateProjectRequest : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
ZIP or YAML file which contains project configuration to be updated. This should be the contents of the file downloaded from the URL provided in an export project operation.
Declaration
Swift
public let contents: Data?
-
Unique project identifier.
Declaration
Swift
public let projectId: String
-
Undocumented
Declaration
Swift
public init(contents: Data? = nil, projectId: String)