class Aws::IoTTwinMaker::Types::InterpolationParameters
An object that specifies how to interpolate data in a list.
@note When making an API call, you may pass InterpolationParameters
data as a hash: { interpolation_type: "LINEAR", # accepts LINEAR interval_in_seconds: 1, }
@!attribute [rw] interpolation_type
The interpolation type. @return [String]
@!attribute [rw] interval_in_seconds
The interpolation time interval in seconds. @return [Integer]
Constants
- SENSITIVE