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

Class: Aws::IoTAnalytics::Types::Dataset

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

Overview

Information about a data set.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::DatasetAction>

The DatasetAction objects that automatically create the data set contents.

Returns:

  • (Array<Types::DatasetAction>)

    The DatasetAction objects that automatically create the data set contents.

#arnString

The ARN of the data set.

Returns:

  • (String)

    The ARN of the data set.

#content_delivery_rulesArray<Types::DatasetContentDeliveryRule>

When dataset contents are created they are delivered to destinations specified here.

Returns:

#creation_timeTime

When the data set was created.

Returns:

  • (Time)

    When the data set was created.

#last_update_timeTime

The last time the data set was updated.

Returns:

  • (Time)

    The last time the data set was updated.

#late_data_rulesArray<Types::LateDataRule>

A list of data rules that send notifications to Amazon CloudWatch, when data arrives late. To specify lateDataRules, the dataset must use a DeltaTimer filter.

Returns:

  • (Array<Types::LateDataRule>)

    A list of data rules that send notifications to Amazon CloudWatch, when data arrives late.

#nameString

The name of the data set.

Returns:

  • (String)

    The name of the data set.

#retention_periodTypes::RetentionPeriod

Optional. How long, in days, message data is kept for the data set.

Returns:

#statusString

The status of the data set.

Possible values:

  • CREATING
  • ACTIVE
  • DELETING

Returns:

  • (String)

    The status of the data set.

#triggersArray<Types::DatasetTrigger>

The DatasetTrigger objects that specify when the data set is automatically updated.

Returns:

  • (Array<Types::DatasetTrigger>)

    The DatasetTrigger objects that specify when the data set is automatically updated.

#versioning_configurationTypes::VersioningConfiguration

Optional. How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the retentionPeriod parameter. For more information, see Keeping Multiple Versions of AWS IoT Analytics Data Sets in the AWS IoT Analytics User Guide.

Returns: