Class: Aws::Types::LookbackWindow
- Inherits:
-
Object
- Object
- Aws::Types::LookbackWindow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#size_unit ⇒ "HOUR", ...
Returns the value of attribute size_unit.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
8060 8061 8062 |
# File 'sig/types.rbs', line 8060 def column_name @column_name end |
#size ⇒ ::Integer
Returns the value of attribute size.
8061 8062 8063 |
# File 'sig/types.rbs', line 8061 def size @size end |
#size_unit ⇒ "HOUR", ...
Returns the value of attribute size_unit.
8062 8063 8064 |
# File 'sig/types.rbs', line 8062 def size_unit @size_unit end |