Class: Aws::DataZone::Types::LineageSyncOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LineageSyncOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Contains the current state of lineage sync for a Snowflake connection, including the schedule, timezone, enabled state, and the ID of the associated lineage job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether lineage sync is enabled.
-
#lineage_job_id ⇒ String
The ID of the lineage sync job.
-
#schedule ⇒ String
The schedule of the lineage sync.
-
#timezone ⇒ String
The timezone of the lineage sync schedule.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether lineage sync is enabled.
13971 13972 13973 13974 13975 13976 13977 13978 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13971 class LineageSyncOutput < Struct.new( :lineage_job_id, :timezone, :enabled, :schedule) SENSITIVE = [] include Aws::Structure end |
#lineage_job_id ⇒ String
The ID of the lineage sync job.
13971 13972 13973 13974 13975 13976 13977 13978 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13971 class LineageSyncOutput < Struct.new( :lineage_job_id, :timezone, :enabled, :schedule) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ String
The schedule of the lineage sync.
13971 13972 13973 13974 13975 13976 13977 13978 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13971 class LineageSyncOutput < Struct.new( :lineage_job_id, :timezone, :enabled, :schedule) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The timezone of the lineage sync schedule.
13971 13972 13973 13974 13975 13976 13977 13978 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13971 class LineageSyncOutput < Struct.new( :lineage_job_id, :timezone, :enabled, :schedule) SENSITIVE = [] include Aws::Structure end |