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

#actionsArray<Types::DatasetActionSummary>

A list of DataActionSummary objects.

Returns:

#creation_timeTime

The time the data set was created.

Returns:

  • (Time)

    The time the data set was created.

#dataset_nameString

The name of the data set.

Returns:

  • (String)

    The name of the data set.

#last_update_timeTime

The last time the data set was updated.

Returns:

  • (Time)

    The last time the data set was updated.

#statusString

The status of the data set.

Possible values:

  • CREATING
  • ACTIVE
  • DELETING

Returns:

  • (String)

    The status of the data set.

#triggersArray<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: