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

Dimension represents the meta data attributes of the time series. https://docs.aws.amazon.com/timestream/latest/developerguide/API_Dimension.html

Link to this section Summary

Functions

Create a new Dimension struct

Create a new Dimension struct with a specific DimensionValueType

Link to this section Functions

@spec new(name :: binary(), value :: binary()) :: %ExAws.Timestream.Write.Dimension{
  dimension_value_type: term(),
  name: term(),
  value: term()
}

Create a new Dimension struct

Link to this function

new(name, value, dimension_value_type)

View Source
@spec new(name :: binary(), value :: binary(), dimension_value_type :: binary()) ::
  %ExAws.Timestream.Write.Dimension{
    dimension_value_type: term(),
    name: term(),
    value: term()
  }

Create a new Dimension struct with a specific DimensionValueType