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

Class: Aws::IoTSiteWise::Types::MetricWindow

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

Overview

Note:

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

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#tumblingTypes::TumblingWindow

The tumbling time interval window.

Returns: