Class: Aws::DataZone::Types::LineageSyncOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

Specifies whether lineage sync is enabled.

Returns:

  • (Boolean)


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_idString

The ID of the lineage sync job.

Returns:

  • (String)


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

#scheduleString

The schedule of the lineage sync.

Returns:

  • (String)


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

#timezoneString

The timezone of the lineage sync schedule.

Returns:

  • (String)


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