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.
8399 8400 8401 |
# File 'sig/types.rbs', line 8399 def column_name @column_name end |
#size ⇒ ::Integer
Returns the value of attribute size.
8400 8401 8402 |
# File 'sig/types.rbs', line 8400 def size @size end |
#size_unit ⇒ "HOUR", ...
Returns the value of attribute size_unit.
8401 8402 8403 |
# File 'sig/types.rbs', line 8401 def size_unit @size_unit end |