Class: Aws::Types::LineageSyncOutput
- Inherits:
-
Object
- Object
- Aws::Types::LineageSyncOutput
- 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 ⇒ ::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.
3821 3822 3823 |
# File 'sig/types.rbs', line 3821 def enabled @enabled end |
#lineage_job_id ⇒ ::String
Returns the value of attribute lineage_job_id.
3819 3820 3821 |
# File 'sig/types.rbs', line 3819 def lineage_job_id @lineage_job_id end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
3822 3823 3824 |
# File 'sig/types.rbs', line 3822 def schedule @schedule end |
#timezone ⇒ "UTC", ...
Returns the value of attribute timezone.
3820 3821 3822 |
# File 'sig/types.rbs', line 3820 def timezone @timezone end |