Class: Aws::DataZone::Types::LineageSyncInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LineageSyncInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Contains the settings for configuring lineage sync on a Snowflake connection, including the schedule, timezone, and enabled state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether lineage sync is enabled.
-
#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.
13941 13942 13943 13944 13945 13946 13947 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13941 class LineageSyncInput < Struct.new( :timezone, :enabled, :schedule) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ String
The schedule of the lineage sync.
13941 13942 13943 13944 13945 13946 13947 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13941 class LineageSyncInput < Struct.new( :timezone, :enabled, :schedule) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The timezone of the lineage sync schedule.
13941 13942 13943 13944 13945 13946 13947 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13941 class LineageSyncInput < Struct.new( :timezone, :enabled, :schedule) SENSITIVE = [] include Aws::Structure end |