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

Class: Aws::IoT::Types::TimestreamDimension

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

Overview

Note:

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

{
  name: "TimestreamDimensionName", # required
  value: "TimestreamDimensionValue", # required
}

Metadata attributes of the time series that are written in each measure record.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.

Dimensions cannot be named: measure_name, measure_value, or time. These names are reserved. Dimension names cannot start with ts_ or measure_value and they cannot contain the colon (:) character.

Returns:

  • (String)

    The metadata dimension name.

#valueString

The value to write in this column of the database record.

Returns:

  • (String)

    The value to write in this column of the database record.