Class: Aws::DataZone::Types::LineageSyncSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::LineageSyncSchedule
- 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
-
#schedule ⇒ String
The lineage sync schedule.
Instance Attribute Details
#schedule ⇒ String
The lineage sync schedule.
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 |