Class: Aws::Types::RedshiftLineageSyncConfigurationOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


5130
5131
5132
# File 'sig/types.rbs', line 5130

def enabled
  @enabled
end

#lineage_job_id::String

Returns the value of attribute lineage_job_id.

Returns:

  • (::String)


5129
5130
5131
# File 'sig/types.rbs', line 5129

def lineage_job_id
  @lineage_job_id
end

#scheduleTypes::LineageSyncSchedule

Returns the value of attribute schedule.



5131
5132
5133
# File 'sig/types.rbs', line 5131

def schedule
  @schedule
end