class Aws::IoTAnalytics::Types::GetDatasetContentRequest

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

data as a hash:

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

@!attribute [rw] dataset_name

The name of the dataset whose contents are retrieved.
@return [String]

@!attribute [rw] version_id

The version of the dataset whose contents are retrieved. You can
also use the strings "$LATEST" or "$LATEST\_SUCCEEDED" to
retrieve the contents of the latest or latest successfully completed
dataset. If not specified, "$LATEST\_SUCCEEDED" is the default.
@return [String]

Constants

SENSITIVE