DeleteDatasetContentRequest
public struct DeleteDatasetContentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the data set whose content is deleted.
Declaration
Swift
public let datasetName: String -
The version of the data set whose content is deleted. You can also use the strings “$LATEST” or “$LATEST_SUCCEEDED” to delete the latest or latest successfully completed data set. If not specified, “$LATEST_SUCCEEDED” is the default.
Declaration
Swift
public let versionId: String? -
Undocumented
Declaration
Swift
public init(datasetName: String, versionId: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteDatasetContentRequest Structure Reference