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.
3632 3633 3634 |
# File 'sig/types.rbs', line 3632 def interval @interval end |
#offset ⇒ ::String
Returns the value of attribute offset.
3633 3634 3635 |
# File 'sig/types.rbs', line 3633 def offset @offset end |