Class: Aws::DataZone::Types::ScheduleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ScheduleConfiguration
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The details of the schedule of the data source runs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule ⇒ String
The schedule of the data source runs.
-
#timezone ⇒ String
The timezone of the data source run.
Instance Attribute Details
#schedule ⇒ String
The schedule of the data source runs.
16325 16326 16327 16328 16329 16330 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16325 class ScheduleConfiguration < Struct.new( :schedule, :timezone) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The timezone of the data source run.
16325 16326 16327 16328 16329 16330 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16325 class ScheduleConfiguration < Struct.new( :schedule, :timezone) SENSITIVE = [] include Aws::Structure end |