View Source ExAws.Timestream.Write.MeasureValue (ExAws.Timestream v0.5.1)

Measure Value for the time-series data point. https://docs.aws.amazon.com/timestream/latest/developerguide/API_MeasureValue.html

Link to this section Summary

Functions

Create a new MeasureValue struct

Link to this section Types

@type measure_value() :: %ExAws.Timestream.Write.MeasureValue{
  name: term(),
  type: term(),
  value: term()
}

Link to this section Functions

@spec new(name :: binary(), value :: binary(), type :: binary()) :: measure_value()

Create a new MeasureValue struct