Class: Aws::DataZone::Types::LineageSyncSchedule

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

Overview

The lineage sync schedule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduleString

The lineage sync schedule.

Returns:

  • (String)


11385
11386
11387
11388
11389
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11385

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