Class: Aws::Types::RedshiftLineageSyncConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::RedshiftLineageSyncConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#lineage_job_id ⇒ ::String
Returns the value of attribute lineage_job_id.
-
#schedule ⇒ Types::LineageSyncSchedule
Returns the value of attribute schedule.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
5130 5131 5132 |
# File 'sig/types.rbs', line 5130 def enabled @enabled end |
#lineage_job_id ⇒ ::String
Returns the value of attribute lineage_job_id.
5129 5130 5131 |
# File 'sig/types.rbs', line 5129 def lineage_job_id @lineage_job_id end |
#schedule ⇒ Types::LineageSyncSchedule
Returns the value of attribute schedule.
5131 5132 5133 |
# File 'sig/types.rbs', line 5131 def schedule @schedule end |