Class: Aws::DataZone::Types::RedshiftLineageSyncConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RedshiftLineageSyncConfigurationInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Amaon Redshift lineage sync configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether the Amaon Redshift lineage sync configuration is enabled.
-
#schedule ⇒ Types::LineageSyncSchedule
The schedule of the Amaon Redshift lineage sync configuration.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether the Amaon Redshift lineage sync configuration is enabled.
15148 15149 15150 15151 15152 15153 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15148 class RedshiftLineageSyncConfigurationInput < Struct.new( :enabled, :schedule) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::LineageSyncSchedule
The schedule of the Amaon Redshift lineage sync configuration.
15148 15149 15150 15151 15152 15153 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15148 class RedshiftLineageSyncConfigurationInput < Struct.new( :enabled, :schedule) SENSITIVE = [] include Aws::Structure end |