class Aws::IoTAnalytics::Types::ListDatasetContentsRequest
@return [Time]
‘triggers.schedule` in the `CreateDataset` request. (timestamp)
is scheduled before the given time. See the field
A filter to limit results to those dataset contents whose creation
@!attribute [rw] scheduled_before
@return [Time]
`triggers.schedule` in the `CreateDataset` request. (timestamp)
is scheduled on or after the given time. See the field
A filter to limit results to those dataset contents whose creation
@!attribute [rw] scheduled_on_or_after
@return [Integer]
The maximum number of results to return in this request.
@!attribute [rw] max_results
@return [String]
The token for the next set of results.
@!attribute [rw] next_token
@return [String]
The name of the dataset whose contents information you want to list.
@!attribute [rw] dataset_name
}
scheduled_before: Time.now,
scheduled_on_or_after: Time.now,
max_results: 1,
next_token: “NextToken”,
dataset_name: “DatasetName”, # required
{
data as a hash:
@note When making an API call, you may pass ListDatasetContentsRequest