CreateProjectResult
public struct CreateProjectResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The newly created project.
Declaration
Swift
public let project: Project? -
Undocumented
Declaration
Swift
public init(project: Project? = nil)
View on GitHub
CreateProjectResult Structure Reference