class Aws::IoTAnalytics::Types::ListDatasetContentsRequest

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

data as a hash:

    {
      dataset_name: "DatasetName", # required
      next_token: "NextToken",
      max_results: 1,
      scheduled_on_or_after: Time.now,
      scheduled_before: Time.now,
    }

@!attribute [rw] dataset_name

The name of the dataset whose contents information you want to list.
@return [String]

@!attribute [rw] next_token

The token for the next set of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in this request.
@return [Integer]

@!attribute [rw] scheduled_on_or_after

A filter to limit results to those dataset contents whose creation
is scheduled on or after the given time. See the field
`triggers.schedule` in the `CreateDataset` request. (timestamp)
@return [Time]

@!attribute [rw] scheduled_before

A filter to limit results to those dataset contents whose creation
is scheduled before the given time. See the field
`triggers.schedule` in the `CreateDataset` request. (timestamp)
@return [Time]

Constants

SENSITIVE