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)


13988
13989
13990
13991
13992
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13988

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