Class: Aws::Types::TumblingWindow
- Inherits:
-
Object
- Object
- Aws::Types::TumblingWindow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interval ⇒ ::String
Returns the value of attribute interval.
-
#offset ⇒ ::String
Returns the value of attribute offset.
Instance Attribute Details
#interval ⇒ ::String
Returns the value of attribute interval.
3591 3592 3593 |
# File 'sig/types.rbs', line 3591 def interval @interval end |
#offset ⇒ ::String
Returns the value of attribute offset.
3592 3593 3594 |
# File 'sig/types.rbs', line 3592 def offset @offset end |