You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::DatasetSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A summary of information about a data set.

Instance Attribute Summary collapse

Instance Attribute Details

#actions ⇒ Array<Types::DatasetActionSummary>

A list of DataActionSummary objects.

Returns:

#creation_time ⇒ Time

The time the data set was created.

Returns:

  • (Time) —

    The time the data set was created.

#dataset_name ⇒ String

The name of the data set.

Returns:

  • (String) —

    The name of the data set.

#last_update_time ⇒ Time

The last time the data set was updated.

Returns:

  • (Time) —

    The last time the data set was updated.

#status ⇒ String

The status of the data set.

Possible values:

  • CREATING
  • ACTIVE
  • DELETING

Returns:

  • (String) —

    The status of the data set.

#triggers ⇒ Array<Types::DatasetTrigger>

A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects

Returns: