You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::DeleteDatasetContentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DeleteDatasetContentRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteDatasetContentRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
dataset_name: "DatasetName", # required
version_id: "DatasetContentVersion",
}
Instance Attribute Summary collapse
-
#dataset_name ⇒ String
The name of the dataset whose content is deleted.
-
#version_id ⇒ String
The version of the dataset whose content is deleted.
Instance Attribute Details
#dataset_name ⇒ String
The name of the dataset whose content is deleted.
#version_id ⇒ String
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.