class Aws::IoTAnalytics::Types::DatasetSummary

A summary of information about a dataset.

@!attribute [rw] dataset_name

The name of the dataset.
@return [String]

@!attribute [rw] status

The status of the dataset.
@return [String]

@!attribute [rw] creation_time

The time the dataset was created.
@return [Time]

@!attribute [rw] last_update_time

The last time the dataset was updated.
@return [Time]

@!attribute [rw] triggers

A list of triggers. A trigger causes dataset content to be populated
at a specified time interval or when another dataset is populated.
The list of triggers can be empty or contain up to five
`DataSetTrigger` objects
@return [Array<Types::DatasetTrigger>]

@!attribute [rw] actions

A list of `DataActionSummary` objects.
@return [Array<Types::DatasetActionSummary>]

Constants

SENSITIVE