class Aws::IoTAnalytics::Types::DeleteDatasetContentRequest

@note When making an API call, you may pass DeleteDatasetContentRequest

data as a hash:

    {
      dataset_name: "DatasetName", # required
      version_id: "DatasetContentVersion",
    }

@!attribute [rw] dataset_name

The name of the dataset whose content is deleted.
@return [String]

@!attribute [rw] version_id

The version of the dataset 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.
@return [String]

Constants

SENSITIVE