Class: Aws::Types::LineageSyncInput
- Inherits:
-
Object
- Object
- Aws::Types::LineageSyncInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#timezone ⇒ "UTC", ...
Returns the value of attribute timezone.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3813 3814 3815 |
# File 'sig/types.rbs', line 3813 def enabled @enabled end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
3814 3815 3816 |
# File 'sig/types.rbs', line 3814 def schedule @schedule end |
#timezone ⇒ "UTC", ...
Returns the value of attribute timezone.
3812 3813 3814 |
# File 'sig/types.rbs', line 3812 def timezone @timezone end |