Class: Aws::IoTAnalytics::Types::DeleteDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DeleteDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_name ⇒ String
The name of the dataset to delete.
Instance Attribute Details
#dataset_name ⇒ String
The name of the dataset to delete.
1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1413 class DeleteDatasetRequest < Struct.new( :dataset_name) SENSITIVE = [] include Aws::Structure end |