class Aws::TimestreamWrite::Types::Dimension

Dimension represents the meta data attributes of the time series. For example, the name and availability zone of an EC2 instance or the name of the manufacturer of a wind turbine are dimensions.

@note When making an API call, you may pass Dimension

data as a hash:

    {
      name: "StringValue256", # required
      value: "StringValue2048", # required
      dimension_value_type: "VARCHAR", # accepts VARCHAR
    }

@!attribute [rw] name

Dimension represents the meta data attributes of the time series.
For example, the name and availability zone of an EC2 instance or
the name of the manufacturer of a wind turbine are dimensions.

For constraints on Dimension names, see [Naming Constraints][1].

[1]: https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html#limits.naming
@return [String]

@!attribute [rw] value

The value of the dimension.
@return [String]

@!attribute [rw] dimension_value_type

The data type of the dimension for the time series data point.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/Dimension AWS API Documentation

Constants

SENSITIVE