class Aws::IoTAnalytics::Types::TimestampPartition

A partition dimension defined by a timestamp attribute.

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

data as a hash:

    {
      attribute_name: "PartitionAttributeName", # required
      timestamp_format: "TimestampFormat",
    }

@!attribute [rw] attribute_name

The attribute name of the partition defined by a timestamp.
@return [String]

@!attribute [rw] timestamp_format

The timestamp format of a partition defined by a timestamp. The
default format is seconds since epoch (January 1, 1970 at midnight
UTC time).
@return [String]

Constants

SENSITIVE