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

Class: Aws::TimestreamWrite::Types::RetentionProperties

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

Overview

Note:

When passing RetentionProperties as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#magnetic_store_retention_period_in_daysInteger

The duration for which data must be stored in the magnetic store.

Returns:

  • (Integer)

    The duration for which data must be stored in the magnetic store.

#memory_store_retention_period_in_hoursInteger

The duration for which data must be stored in the memory store.

Returns:

  • (Integer)

    The duration for which data must be stored in the memory store.