Class: Aws::DataZone::Types::RedshiftLineageSyncConfigurationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The Amaon Redshift lineage sync configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether the Amaon Redshift lineage sync configuration is enabled.

Returns:

  • (Boolean)


15172
15173
15174
15175
15176
15177
# File 'lib/aws-sdk-datazone/types.rb', line 15172

class RedshiftLineageSyncConfigurationInput < Struct.new(
  :enabled,
  :schedule)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleTypes::LineageSyncSchedule

The schedule of the Amaon Redshift lineage sync configuration.



15172
15173
15174
15175
15176
15177
# File 'lib/aws-sdk-datazone/types.rb', line 15172

class RedshiftLineageSyncConfigurationInput < Struct.new(
  :enabled,
  :schedule)
  SENSITIVE = []
  include Aws::Structure
end