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)


12200
12201
12202
12203
12204
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12200

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