Class: Aws::Types::EvaluationWindow
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationWindow
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: SlidingWindow, Unknown, WallClockWindow
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sliding_window ⇒ Types::SlidingWindow
Returns the value of attribute sliding_window.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#wall_clock_window ⇒ Types::WallClockWindow
Returns the value of attribute wall_clock_window.
Instance Attribute Details
#sliding_window ⇒ Types::SlidingWindow
Returns the value of attribute sliding_window.
366 367 368 |
# File 'sig/types.rbs', line 366 def sliding_window @sliding_window end |
#unknown ⇒ Object
Returns the value of attribute unknown.
367 368 369 |
# File 'sig/types.rbs', line 367 def unknown @unknown end |
#wall_clock_window ⇒ Types::WallClockWindow
Returns the value of attribute wall_clock_window.
365 366 367 |
# File 'sig/types.rbs', line 365 def wall_clock_window @wall_clock_window end |