class Aws::TimestreamWrite::Types::RetentionProperties

Retention properties contain the duration for which your time series data must be stored in the magnetic store and the memory store.

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

data as a hash:

    {
      memory_store_retention_period_in_hours: 1, # required
      magnetic_store_retention_period_in_days: 1, # required
    }

@!attribute [rw] memory_store_retention_period_in_hours

The duration for which data must be stored in the memory store.
@return [Integer]

@!attribute [rw] magnetic_store_retention_period_in_days

The duration for which data must be stored in the magnetic store.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/RetentionProperties AWS API Documentation

Constants

SENSITIVE