Class: Aws::IoTAnalytics::Types::DeleteDatasetContentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_nameString

The name of the dataset whose content is deleted.

Returns:

  • (String)


1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1402

class DeleteDatasetContentRequest < Struct.new(
  :dataset_name,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

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.

Returns:

  • (String)


1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1402

class DeleteDatasetContentRequest < Struct.new(
  :dataset_name,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end