DeleteProjectResult
public struct DeleteProjectResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Resources which were deleted.
Declaration
Swift
public let deletedResources: [Resource]? -
Resources which were not deleted, due to a risk of losing potentially important data or files.
Declaration
Swift
public let orphanedResources: [Resource]?
View on GitHub
DeleteProjectResult Structure Reference