Class: Aws::Types::RedshiftLineageSyncConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftLineageSyncConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#schedule ⇒ Types::LineageSyncSchedule
Returns the value of attribute schedule.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
5123 5124 5125 |
# File 'sig/types.rbs', line 5123 def enabled @enabled end |
#schedule ⇒ Types::LineageSyncSchedule
Returns the value of attribute schedule.
5124 5125 5126 |
# File 'sig/types.rbs', line 5124 def schedule @schedule end |