class Aws::IoTSiteWise::Types::MetricWindow

Contains a time interval window used for data aggregate computations (for example, average, sum, count, and so on).

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

data as a hash:

    {
      tumbling: {
        interval: "Interval", # required
        offset: "Offset",
      },
    }

@!attribute [rw] tumbling

The tumbling time interval window.
@return [Types::TumblingWindow]

Constants

SENSITIVE