class Aws::IoTAnalytics::Types::RetentionPeriod

How long, in days, message data is kept.

@note When making an API call, you may pass RetentionPeriod

data as a hash:

    {
      unlimited: false,
      number_of_days: 1,
    }

@!attribute [rw] unlimited

If true, message data is kept indefinitely.
@return [Boolean]

@!attribute [rw] number_of_days

The number of days that message data is kept. The `unlimited`
parameter must be false.
@return [Integer]

Constants

SENSITIVE